GAUSS-00131 -- GAUSS-00140
GAUSS-00131: "current database cannot be changed"
SQLSTATE: 0A000
Description: The system catalog is set in the current database, which is not allowed.
Solution: Do not set the system catalog.
GAUSS-00132: "time zone interval must be HOUR or HOUR TO MINUTE"
SQLSTATE: 42601
Description: The format of the time interval is incorrect.
Solution: Use HOUR or HOUR TO MINUTE to implement the interval.
GAUSS-00133: "interval precision specified twice"
SQLSTATE: 42601
Description: The interval precision is specified more than once.
Solution: Specify the interval precision only once.
GAUSS-00134: "MATCH PARTIAL not yet implemented"
SQLSTATE: 0A000
Description: Partial matching is used for reference.
Solution: Internal system error. Contact technical support.
GAUSS-00135: "unrecognized distribution option '%s'"
SQLSTATE: 42601
Description: The distribution column option is unidentified.
Solution: Use a supported distribution column option. For details, see "CREATE TABLE" in the SQL Syntax.
GAUSS-00136: "Invalid option %s"
SQLSTATE: 42601
Description: The option is invalid.
Solution: Use a valid option.
GAUSS-00137: "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
SQLSTATE: 42601
Description: The constraint set to INITIALLY DEFERRED is not DEFERRABLE.
Solution: Ensure that the constraint set to INITIALLY DEFERRED is DEFERRABLE.
GAUSS-00138: "conflicting constraint properties"
SQLSTATE: 42601
Description: The constraints conflict with each other.
Solution: Do not use the constraints that conflict with each other at the same time.
GAUSS-00139: "CREATE ASSERTION is not yet implemented"
SQLSTATE: 0A000
Description: The CREATE ASSERTION statement is not supported.
Solution: Do not use an unsupported statement.
GAUSS-00140: "DROP ASSERTION is not yet implemented"
SQLSTATE: 0A000
Description: The DROP ASSERTION statement is not supported.
Solution: Do not use an unsupported statement.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.