GAUSS-00761 -- GAUSS-00770
GAUSS-00761: "missing operator %d(%u,%u) in opfamily %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00762: "foreign key constraint '%s' cannot be implemented"
SQLSTATE: 42804
Description: When foreign key constraints are added to a table, the type of constrained fields differs from that of quoted fields.
Solution: Modify the foreign key constraints to ensure the type of constrained fields is the same as that of quoted fields.
GAUSS-00763: "Cannot create foreign key whose evaluation cannot be enforced to remote nodes"
SQLSTATE: 0A000
Description: When foreign key constraints are added to a table, the foreign key constraints on referencing remote nodes cannot be created.
Solution: Cancel this operation.
GAUSS-00764: "constraint '%s' of relation '%s' does not exist"
SQLSTATE: 42704
Description: When ALTER TABLE VALIDATE CONSTRAINT is run, constraints on a table do not exist.
Solution: Modify the constraints that already exist, or cancel this operation.
GAUSS-00765: "constraint '%s' of relation '%s' is not a foreign key or check constraint"
SQLSTATE: 42809
Description: When ALTER TABLE VALIDATE CONSTRAINT is run, relationship constraints are not foreign key constrains or CHECK constraints.
Solution: Modify this operation, or cancel this operation.
GAUSS-00766: "constraint must be validated on child tables too"
SQLSTATE: 42P16
Description: When ALTER TABLE VALIDATE CONSTRAINT is run to add constraints to a parent table, the constraints are not added to the child tables.
Solution: Add the constraints to the child tables.
GAUSS-00767: "column '%s' referenced in foreign key constraint does not exist"
SQLSTATE: 42703
Description: The referenced column of foreign key constraints on a relational table does not exist.
Solution: Modify the foreign key constrains.
GAUSS-00768: "cannot have more than %d keys in a foreign key"
SQLSTATE: 54011
Description: The number of referenced columns for a foreign key is greater than 32.
Solution: Limit the number of referenced columns for the foreign key.
GAUSS-00769: "cannot use a deferrable primary key for referenced table '%s'"
SQLSTATE: 55000
Description: GetPrimaryKey cannot be run for a deferrable primary key.
Solution: Cancel this operation.
GAUSS-00770: "there is no primary key for referenced table '%s'"
SQLSTATE: 42704
Description: When GetPrimaryKey is run, a referenced table has no primary key.
Solution: Cancel this operation.
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