GAUSS-02391 -- GAUSS-02400
GAUSS-02391: “cannot change TOAST relation '%s'”
SQLSTATE: 42809
Description: The object type is incorrect. Failed to modify the TOAST table by using the INSERT, UPDATE, or DELETE statement.
Solution: Modify the SQL statement.
GAUSS-02392: “cannot insert into foreign table '%s'”
SQLSTATE: 0A000
Description: Failed to perform the insert operation for foreign tables.
Solution: Do not perform the insert operation for foreign tables.
GAUSS-02393: “foreign table '%s' does not allow inserts”
SQLSTATE: 55000
Description: Failed to perform the insert operation for foreign tables.
Solution: Do not perform the insert operation for foreign tables.
GAUSS-02394: “cannot update foreign table '%s'”
SQLSTATE: 0A000
Description: Failed to perform the update operation for foreign tables.
Solution: Do not perform the update operation for foreign tables.
GAUSS-02395: “foreign table '%s' does not allow updates”
SQLSTATE: 55000
Description: Failed to perform the update operation for foreign tables.
Solution: Do not perform the update operation for foreign tables.
GAUSS-02396: “cannot delete from foreign table '%s'”
SQLSTATE: 0A000
Description: Failed to perform the delete operation for foreign tables.
Solution: Do not perform the delete operation for foreign tables.
GAUSS-02397: “foreign table '%s' does not allow deletes”
SQLSTATE: 55000
Description: Failed to perform the delete operation for foreign tables.
Solution: Do not perform the delete operation for foreign tables.
GAUSS-02398: “cannot change relation '%s'”
SQLSTATE: 42809
Description: The object type is incorrect. Failed to modify the object type by using the INSERT, UPDATE, or DELETE statement.
Solution: Modify the SQL statement.
GAUSS-02399: “cannot lock rows in sequence '%s'”
SQLSTATE: 42809
Description: The object type is incorrect. Sequence cannot be locked.
Solution: Modify the SQL statement.
GAUSS-02400: “cannot lock rows in TOAST relation '%s'”
SQLSTATE: 42809
Description: The object type is incorrect. Failed to lock the TOAST table.
Solution: Modify the SQL statement.