GAUSS-01011 -- GAUSS-01020
GAUSS-01011: "type send function %s must return type 'bytea'"
SQLSTATE: 42P17
Description: The return type of the send function of the type is not specified.
Solution: Ensure that the return type of the send function is specified.
GAUSS-01012: "'%s' is not a valid base type for a domain"
SQLSTATE: 42804
Description: The base type of domain is invalid.
Solution: Ensure that the base type of domain is b, d, e, or r.
GAUSS-01013: "multiple default expressions"
SQLSTATE: 42601
Description: Multiple default expressions are specified.
Solution: Ensure that only one default expression is defined.
GAUSS-01014: "conflicting NULL/NOT NULL constraints"
SQLSTATE: 42601
Description: NULL/NOT NULL constraints conflict.
Solution: Ensure that NULL/NOTNULL constraints do not conflict.
GAUSS-01015: "CHECK constraints for domains cannot be marked NO INHERIT"
SQLSTATE: 42P17
Description: The CHECK constraint of domain is set to NO INHERIT.
Solution: Ensure that the CHECK constraint of domain is not set to NO INHERIT.
GAUSS-01016: "unique constraints not possible for domains"
SQLSTATE: 42000
Description: The error occurs because the domain definition statement contains a unique constraint.
Solution: Check the domain definition statement to ensure that no unique constraint exists.
GAUSS-01017: "primary key constraints not possible for domains"
SQLSTATE: 42601
Description: The error occurs because the domain definition statement contains a primary key constraint.
Solution: Check the domain definition statement to ensure that no primary key constraint exists.
GAUSS-01018: "exclusion constraints not possible for domains"
SQLSTATE: 42601
Description: The error occurs because the domain definition statement contains an exclusive constraint.
Solution: Check the domain definition statement to ensure that no exclusive constraint exists.
GAUSS-01019: "foreign key constraints not possible for domains"
SQLSTATE: 42601
Description: The error occurs because the domain definition statement contains a foreign key constraint.
Solution: Check the domain definition statement to ensure that no foreign key constraint exists.
GAUSS-01020: "specifying constraint deferrability not supported for domains"
SQLSTATE: 0A000
Description: The error occurs because the deferrability attribute of a specified constraint is included in the domain definition statement.
Solution: Delete the deferrability attribute from the domain definition 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