GAUSS-01081 -- GAUSS-01090
GAUSS-01083: “get search path failed”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01084: “get namespace failed”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01086: “unacceptable schema name '%s'”
SQLSTATE: 42939
Description: The schema name is invalid.
Solution: Avoid using the pg_ prefix. It is reserved for the system catalog.
GAUSS-01087: “cache lookup failed for namespace %u”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01088: “schema '%s' does not exist”
SQLSTATE: 3F000
Description: The schema does not exist.
Solution: Ensure that the schema already exists before using it.
GAUSS-01089: “schema '%s' already exists”
SQLSTATE: 42P06
Description: The schema already exists.
Solution: Do not create the schema.
GAUSS-01090: “cache lookup failed for schema %u”
SQLSTATE: XX000
Description: Failed to find the schema.
Solution: The system catalog is abnormal. Contact technical support.