GAUSS-00671 -- GAUSS-00680
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: The DROP INDEX CONCURRENTLY statement is used to delete multiple objects.
Solution: Do not delete multiple objects.
GAUSS-00676: “DROP INDEX CONCURRENTLY does not support CASCADE”
SQLSTATE: 0A000
Description: CASCADE is specified for the DROP INDEX CONCURRENTLY statement.
Solution: Do not specify CASCADE for the DROP INDEX CONCURRENTLY statement.
GAUSS-00677: “unrecognized drop object type: %d”
SQLSTATE: XX000
Description: The object type cannot be dropped.
Solution: Ensure that the object type can be dropped.
GAUSS-00678: “permission denied: '%s' is a system catalog”
SQLSTATE: 42501
Description: You have no permission to delete a system catalog.
Solution: Do not delete a system catalog.
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.