GAUSS-01041 -- GAUSS-01050

GAUSS-01041: “constraint '%s' for domain '%s' already exists”

SQLSTATE: 42710

Description: Syntax blacklisted.

Solution: Syntax blacklisted.

GAUSS-01042: “cannot use table references in domain check constraint”

SQLSTATE: 42P10

Description: Syntax blacklisted.

Solution: Syntax blacklisted.

GAUSS-01043: “cannot use subquery in check constraint”

SQLSTATE: 0A000

Description: Syntax blacklisted.

Solution: Syntax blacklisted.

GAUSS-01044: “cannot use aggregate function in check constraint”

SQLSTATE: 42803

Description: Syntax blacklisted.

Solution: Syntax blacklisted.

GAUSS-01045: “cannot use window function in check constraint”

SQLSTATE: 42P20

Description: Syntax blacklisted.

Solution: Syntax blacklisted.

GAUSS-01046: “domain '%s' constraint '%s' has NULL conbin”

SQLSTATE: XX000

Description: The constraint attribute is null.

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

GAUSS-01047: “'%s' is not a domain”

SQLSTATE: 42809

Description: The object is not a type.

Solution: Ensure that the object to be processed is a type.

GAUSS-01048: “%s is a table's row type”

SQLSTATE: 42809

Description: This object is a row type of a table and cannot use the ALTER TYPE syntax.

Solution: Replace ALTER TYPE with ALTER TABLE.

GAUSS-01049: “cannot alter array type %s”

SQLSTATE: 42809

Description: The array type cannot be altered.

Solution: The current operation can alter the array element type and automatically alter the array type.

GAUSS-01050: “type '%s' already exists in schema '%s'”

SQLSTATE: 42710

Description: The type already exists in the schema.

Solution: Check whether the type already exists in the schema.

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