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

GAUSS-01761 -- GAUSS-01770

GAUSS-01761: "column name must be qualified"

SQLSTATE: 42601

Description: The attribute name in the object must be specified and described.

Solution: Contact technical support.

GAUSS-01762: "must be owner of large object %u"

SQLSTATE: 42501

Description: The ownership of the large object data is incorrect.

Solution: Run the get_object_address command to obtain the object ID and ensure that the ownership is correct.

GAUSS-01763: "must be system admin"

SQLSTATE: 42501

Description: You are not an initial user.

Solution: Ensure that the user rights are correctly inherited when the object is defined.

GAUSS-01764: "must have CREATEROLE privilege"

SQLSTATE: 42501

Description: Obtain the permission to create objects.

Solution: Check the rights of the user that owns the object data and ensure that the object is valid.

GAUSS-01765: "unrecognized object type: %d"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01766: "cache lookup failed for cache %d oid %u"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01767: "unrecognized class id: %u"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01768: "temporary tables cannot specify a schema name"

SQLSTATE: 42P16

Description: The current temporary table is not in the original temporary tablespace.

Solution: Ensure that the temporary tablespace is correctly created and that the tablespace OID is correct.

GAUSS-01769: "could not obtain lock on relation '%s.%s'"

SQLSTATE: 55P03

Description: Obtaining the lock fails probably due to lock conflicts or no available lock left.

Solution: Ensure that the table has a conflicting lock and that no available lock is left.

GAUSS-01770: "no schema has been selected to create in"

SQLSTATE: 3F000

Description: The corresponding space is not specified when the table is created.

Solution: Enter a new schema or an existing schema to create the table again.