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 that the relation name is unique.
GAUSS-00703: “GTM error, could not rename sequence”
SQLSTATE: 08006
Description: GTM fails to rename a sequence.
Solution: Use gs_om -t status --detail to check whether the GTM status is normal.
GAUSS-00706: “partition '%s' of relation '%s' already exists”
SQLSTATE: 42P07
Description: A table partition of the same name already exists.
Solution: Ensure that the table partition name is unique.
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.