GAUSS-00671 -- GAUSS-00680
GAUSS-00672: "Local OID column not supported in column store tables."
SQLSTATE: 0A000
Description: When column-store tables are defined, WITH OID is specified.
Solution: Do not specify OID columns for column-store tables.
GAUSS-00673: "default values on foreign tables are not supported"
SQLSTATE: 42809
Description: When foreign tables are defined, default values are set for columns.
Solution: Do not set default values for columns of foreign tables.
GAUSS-00674: "No Datanode defined in cluster"
SQLSTATE: 42704
Description: No DN is defined.
Solution: Create DNs for the cluster.
GAUSS-00675: "DROP INDEX CONCURRENTLY does not support dropping multiple objects"
SQLSTATE: 0A000
Description: DROP INDEX CONCURRENTLY does not support deleting multiple objects.
Solution: Do not delete multiple objects.
GAUSS-00676: "DROP INDEX CONCURRENTLY does not support CASCADE"
SQLSTATE: 0A000
Description: CASCADE is specified for DROP INDEX CONCURRENTLY.
Solution: Do not specify CASCADE for DROP INDEX CONCURRENTLY.
GAUSS-00677: "unrecognized drop object type: %d"
SQLSTATE: XX000
Description: The object type does not support drop.
Solution: Check whether the object type supports drop.
GAUSS-00678: "permission denied: '%s' is a system catalog"
SQLSTATE: 42501
Description: You have no permission to delete this system catalog.
Solution: Do not delete system catalogs.
GAUSS-00679: "PGXC does not support RESTART IDENTITY yet"
SQLSTATE: 0A000
Description: RESTART IDENTITY is specified for the TRUNCATE statement.
Solution: Do not specify RESTART IDENTITY for the TRUNCATE statement.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.