GAUSS-00831 -- GAUSS-00840

GAUSS-00831: “table is missing column '%s'”

SQLSTATE: 42804

Description: The column does not exist.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00832: “table has column '%s' where type requires '%s'”

SQLSTATE: 42804

Description: The column names of tables and types are inconsistent.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00833: “table '%s' has different type for column '%s'”

SQLSTATE: 42804

Description: The attributes of tables and types are inconsistent.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00834: “table has extra column '%s'”

SQLSTATE: 42804

Description: The table contains redundant columns.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00835: “'%s' is not a typed table”

SQLSTATE: 42809

Description: The DROP OF operation is performed on a non-typed table.

Solution: Ensure that the table is a typed table.

GAUSS-00837: “Distribution mode cannot be altered”

SQLSTATE: 0A000

Description: The ALTER TABLE statement is used to modify the distribution mode.

Solution: Do not use the ALTER TABLE statement to modify the distribution mode.

GAUSS-00838: “Cannot alter table to distribution incompatible with existing constraints”

SQLSTATE: 0A000

Description: The redistribution of a table is incompatible with the constraints on the table.

Solution: Modify the redistribution to be compatible with the constraints.

GAUSS-00839: “Node list is empty: one node at least is mandatory”

SQLSTATE: 42710

Description: When DELETE NODE LIST is run, the node list to be deleted is empty.

Solution: Do not run DELETE NODE LIST on empty node lists.

GAUSS-00840: “PGXC Node %s: object not in relation node list”

SQLSTATE: 42710

Description: When DELETE NODE LIST is run, the node to be deleted does not exist in a specified node list.

Solution: Do not run DELETE NODE LIST on nodes that does not exist in the list.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel