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

GAUSS-00701 -- GAUSS-00710

GAUSS-00701: "cannot rename inherited constraint '%s'"

SQLSTATE: 42P16

Description: The name of an inherited constraint is modified.

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

GAUSS-00702: "relation '%s' already exists"

SQLSTATE: 42P07

Description: The relation already exists.

Solution: Ensure the relation name is unique. You are advised to change the name, or drop the relation and then create one.

GAUSS-00703: "GTM error, could not rename sequence"

SQLSTATE: 08006

Description: GTM fails to rename a sequence (GTM error).

Solution: Use the gs_om -t status --detail command to check whether the GTM status is normal.

GAUSS-00704: "internal error, failed to rename partitioned table"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00705: "internal error, failed to rename partition"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00706: "partition '%s' of relation '%s' already exists"

SQLSTATE: 42P07

Description: A table partition of the same name already exists.

Solution: Ensure the table partition name is unique.

GAUSS-00707: "internal error, failed to rename partition index"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00709: "partition index '%s' already exists"

SQLSTATE: 42710

Description: The name of a partition index already exists.

Solution: Rename the partition index.

GAUSS-00710: "cache lookup failed for partition %u of relation %u"

SQLSTATE: 42704

Description: Failed to find the partition.

Solution: The system is abnormal. Contact technical support.