GAUSS-00811 -- GAUSS-00820
GAUSS-00811: “'%s' is not a table, index, or TOAST table”
SQLSTATE: 42809
Description: The set, reset, replace, or reloptions operation is not performed on a table, index, or a toast table.
Solution: Perform this operation on a table, index, or toast table only.
GAUSS-00812: “can not set tablespace for partition of neither table nor index”
SQLSTATE: 42601
Description: The tablespace is set for objects other than tables and indexes in a partitioned table.
Solution: Perform this operation on a table or index only.
GAUSS-00816: “cache lookup failed for partition %u”
SQLSTATE: XX000
Description: Failed to find the partition in the cache.
Solution: Ensure that the partition is valid.
GAUSS-00817: “cannot move system relation '%s'”
SQLSTATE: 0A000
Description: When ALTER TABLE SET TABLESPACE is run, the system catalog cannot be moved.
Solution: Cancel this operation.
GAUSS-00819: “cannot change inheritance of typed table”
SQLSTATE: 42809
Description: When ALTER TABLE INHERIT is run, the table to which a parent table is added is a typed table.
Solution: Cancel this operation.
GAUSS-00820: “relation '%s' is a partitioned table”
SQLSTATE: XX000
Description: When ALTER TABLE INHERIT is run, the table to which a parent table is added is a partitioned table.
Solution: Cancel this operation.