GAUSS-02391 -- GAUSS-02400
GAUSS-02391: "cannot change TOAST relation '%s'"
SQLSTATE: 42809
Description: The object type is incorrect. The TOAST table cannot be modified using the INSERT, UPDATE, or DELETE statement.
Solution: Modify the SQL statement.
GAUSS-02392: "cannot insert into foreign table '%s'"
SQLSTATE: 0A000
Description: The INSERT operation cannot be performed 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: The INSERT operation cannot be performed for foreign tables.
Solution: Do not perform the INSERT operation for foreign tables.
GAUSS-02394: "cannot update foreign table '%s'"
SQLSTATE: 0A000
Description: The UPDATE operation cannot be performed 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: The UPDATE operation cannot be performed for foreign tables.
Solution: Do not perform the UPDATE operation for foreign tables.
GAUSS-02396: "cannot delete from foreign table '%s'"
SQLSTATE: 0A000
Description: The DELETE operation cannot be performed 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: The DELETE operation cannot be performed 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. The object type cannot be modified using INSERT, UPDATE, or DELETE.
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. The TOAST table cannot be locked.
Solution: Modify the SQL statement.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot