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

GAUSS-01891 -- GAUSS-01900

GAUSS-01891: "database with OID %u does not exist"

SQLSTATE: 3D000

Description: The result of checking user access rights indicates that the corresponding database does not exist.

Solution: Check whether the database status in the pg_database system catalog is normal.

GAUSS-01892: "function 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 function does not exist.

Solution: Check whether the function definition exists in the pg_proc system catalog.

GAUSS-01893: "language with OID %u does not exist"

SQLSTATE: 42704

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-01894: "schema with OID %u does not exist"

SQLSTATE: 3F000

Description: The result of checking user access rights in the user exit program indicates that the corresponding schema space does not exist.

Solution: Check whether the corresponding space definition exists in the pg_namespace system catalog.

GAUSS-01895: "tablespace with OID %u does not exist"

SQLSTATE: 42704

Description: The result of checking user access rights in the user exit program indicates that the corresponding tablespace does not exist.

Solution: Check whether the pg_tablespace system catalog contains the tablespace definition.

GAUSS-01896: "foreign-data wrapper with OID %u does not exist"

SQLSTATE: XX000

Description: The foreign-data wrapper does not exist.

Solution: Ensure that the foreign-data wrapper has been created.

GAUSS-01897: "foreign server with OID %u does not exist"

SQLSTATE: XX000

Description: The foreign server does not exist.

Solution: Ensure that the foreign server has been created.

GAUSS-01898: "type with OID %u does not exist"

SQLSTATE: XX000

Description: The result of checking user access rights in the user exit program indicates that the corresponding data type does not exist.

Solution: Check whether all types in the pg_type system catalog are defined.

GAUSS-01899: "type with OID %u does not exist"

SQLSTATE: 42704

Description: The result of checking user access rights in the user exit program indicates that the corresponding data type does not exist.

Solution: Check whether all types in the pg_type system catalog are defined.

GAUSS-01900: "operator with OID %u does not exist"

SQLSTATE: 42883

Description: The result of checking user rights indicates that the corresponding operation type does not exist.

Solution: Check whether the operator in the pg_operator system catalog is defined.