GAUSS-01901 -- GAUSS-01910
GAUSS-01901: "language with OID %u does not exist"
SQLSTATE: 42883
Description: The result of checking user access rights in the user exit program indicates that the corresponding language format does not exist.
Solution: Check whether the language definition exists in the pg_language system catalog.
GAUSS-01902: "operator class with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding operator class does not exist.
Solution: Check the definitions of all operator class types in the pg_opclass system catalog.
GAUSS-01903: "operator family with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding operator family does not exist.
Solution: Check the definitions of all existing operator family members in the pg_opfamilys system catalog.
GAUSS-01904: "text search dictionary with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding file search path does not exist.
Solution: Check all file search paths in the pg_ts_dict system catalog.
GAUSS-01905: "text search configuration with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding file search composition does not exist.
Solution: Check all file search compositions in the pg_ts_config system catalog.
GAUSS-01906: "collation with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding character set does not exist.
Solution: Check all character sets in the pg_collation system catalog.
GAUSS-01907: "conversion with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding conversion does not exist.
Solution: Check all conversion records in the pg_conversion system catalog.
GAUSS-01908: "extension with OID %u does not exist"
SQLSTATE: 42704
Description: The result of checking user rights indicates that the corresponding extension does not exist.
Solution: Check all extension records in the pg_extension system catalog.
GAUSS-01909: "relation '%s' has relchecks = 0"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01910: "constraint %u is not of a known type"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
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