GAUSS-00321 -- GAUSS-00330

GAUSS-00321: “column exclusion constraints are not supported”

SQLSTATE: XX000

Description: Syntax not supported.

Solution: Modify the SQL statement.

GAUSS-00322: “unrecognized constraint type: %d”

SQLSTATE: XX004

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00323: “invalid context for constraint type %d”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00324: “'%s' is not a table, view, composite type, or foreign table”

SQLSTATE: 42809

Description: source_table in the CREATE TABLE … LIKE source_table syntax is not a relational table, view table, composite table, or foreign table.

Solution: Ensure that source_table is a relational table, view, composite type, or foreign table.

GAUSS-00325: “could not specify 'INCLUDING PARTITION' for non-partitioned-table relation:'%s'”

SQLSTATE: 42809

Description: INCLUDING PARTITION is specified for a partitioned table in the CREATE TABLE … LIKE source_table syntax.

Solution: Do not specify INCLUDING PARTITION for a partitioned table in the CREATE TABLE … LIKE source_table syntax.

GAUSS-00326: “could not specify 2 or more 'INCLUDING PARTITION' clauses, only one is allowed”

SQLSTATE: 42809

Description: More than one LIKE…INCLUDING PARTITION clause is specified in the CREATE TABLE … (LIKE source_table INCLUDING PARTITION) syntax.

Solution: Specify only one LIKE…INCLUDING PARTITION clause in the CREATE TABLE … (LIKE source_table INCLUDING PARTITION) syntax.

GAUSS-00327: “could not specify 2 or more 'INCLUDING RELOPTIONS' clauses, only one is allowed”

SQLSTATE: 42809

Description: More than one INCLUDING RELOPTIONS clause is specified in the LIKE clause of the CREATE TABLE … LIKE source_table syntax.

Solution: Specify only one INCLUDING RELOPTIONS clause in the LIKE clause of the CREATE TABLE … LIKE source_table syntax.

GAUSS-00328: “could not specify 2 or more 'INCLUDING DISTRIBUTION' clauses, only one is allowed”

SQLSTATE: 42809

Description: More than one INCLUDING DISTRIBUTION clause is specified in the LIKE clause of the CREATE TABLE … LIKE source_table syntax.

Solution: Specify only one INCLUDING DISTRIBUTION clause in the LIKE clause of the CREATE TABLE … LIKE source_table syntax.

GAUSS-00329: “Postgres-XC does not support VIEW in LIKE clauses”

SQLSTATE: 0A000

Description: Views cannot be used in the LIKE clause of the CREATE TABLE … LIKE syntax.

Solution: Delete views from the LIKE clause of the CREATE TABLE … LIKE syntax.

GAUSS-00330: “cannot convert whole-row table reference”

SQLSTATE: 0A000

Description: Syntax not supported.

Solution: Modify the SQL statement.

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