Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

GAUSS-00691 -- GAUSS-00700

Updated on 2024-03-15 GMT+08:00

GAUSS-00691: "column '%s' has a collation conflict"

SQLSTATE: 42P21

Description: The collation of a column is inconsistent with those of other columns.

Solution: Ensure the collation of the column inherited is consistent with those of other columns.

GAUSS-00692: "column '%s' has a storage parameter conflict"

SQLSTATE: 42804

Description: The storage parameter of the column inherited is inconsistent with those of other columns.

Solution: Ensure the storage parameter of the column inherited is consistent with those of other columns.

GAUSS-00693: "column '%s' inherits conflicting default values"

SQLSTATE: 42611

Description: The value that a column inherits is inconsistent with the default value.

Solution: Ensure the value that a column inherits is consistent with the default value.

GAUSS-00694: "check constraint name '%s' appears multiple times but with different expressions"

SQLSTATE: 42710

Description: The names of CHECK constraints on different expressions occur multiple times.

Solution: Ensure the names of CHECK constraints on different expressions occur one time.

GAUSS-00695: "cannot rename column of typed table"

SQLSTATE: 42809

Description: The column of a typed table is renamed.

Solution: Do not rename the column of a typed table.

GAUSS-00696: "'%s' is not a table, view, composite type, index, or foreign table"

SQLSTATE: 42809

Description: The object to be renamed is not a table.

Solution: Do not rename the column of a view, type, index, or foreign table.

GAUSS-00697: "inherited column '%s' must be renamed in child tables too"

SQLSTATE: 42P16

Description: A renamed inherited column is not synchronized to child tables.

Solution: Synchronize the renamed inherited column to child tables.

GAUSS-00698: "cannot rename system column '%s'"

SQLSTATE: 0A000

Description: The name of a column reserved for the system is modified.

Solution: Do not modify the name of a column reserved for the system.

GAUSS-00699: "cannot rename inherited column '%s'"

SQLSTATE: 42P16

Description: The name of an inherited column is modified.

Solution: Do not modify the name of an inherited column.

GAUSS-00700: "inherited constraint '%s' must be renamed in child tables too"

SQLSTATE: 42P16

Description: A renamed inherited constraint is not synchronized to child tables.

Solution: Synchronize the renamed inherited constraint to child tables.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback