Updated on 2023-12-22 GMT+08:00

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-01085: "invalid schema %s for relation %s"

SQLSTATE: XX000

Description: The schema of the error table is inconsistent with the specified schema.

Solution: Check whether the table creation statement is correct.

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 exists before using it.

GAUSS-01089: "schema '%s' already exists"

SQLSTATE: 42P06

Description: The schema already exists.

Solution: Do not create the schema again.

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.