GAUSS-01711 -- GAUSS-01720
GAUSS-01714: “shared relations must be placed in pg_global tablespace”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01715: “could not find attrdef tuple for relation %u attnum %d”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01716: “could not find tuple for attrdef %u”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01717: “could not remove file '%s': %m”
SQLSTATE: XX000
Description: Failed to delete the corresponding error message table.
Solution: Check whether you have that permission.
GAUSS-01718: “cache lookup failed for foreign table %u”
SQLSTATE: XX000
Description: Failed to find the required foreign-data wrapper.
Solution: Check whether the OBS settings in use are correct.
GAUSS-01719: “cache lookup failed for partitioned table %u in pg_partition”
SQLSTATE: XX000
Description: The corresponding tuple cannot be found in a partitioned table.
Solution: Ensure that the object corresponding to relid is a partitioned table. If it is, check the status of its tuples.
GAUSS-01720: “check constraint '%s' already exists”
SQLSTATE: 42710
Description: The constraint to be added already exists.
Solution: Ensure that the constraint to be added is unique.