GAUSS-03781 -- GAUSS-03790
GAUSS-03781: “CStore: unrecognized heap_update status: %u”
SQLSTATE: XX000
Description: Failed to recognize the tuple update status of the CUDesc table.
Solution:Contact technical support.
GAUSS-03785: “WITH query name '%s' appears in both a rule action and the query being rewritten”
SQLSTATE: 0A000
Description: The name of the WITH statement appears in both the rule action and the rewriting statement.
Solution: Use different names of the WITH statement for the rule action and the rewriting statement.
GAUSS-03786: “cannot have RETURNING lists in multiple rules”
SQLSTATE: 0A000
Description: Multiple rules have RETURNING lists.
Solution: Modify the rule syntax and eliminate inappropriate lists.
GAUSS-03787: “bogus resno %d in targetlist”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03788: “multiple assignments to same column '%s'”
SQLSTATE: 42601
Description: Multiple value assignments to the same column occur (if FieldStore or ArrayRef assigns the value, this is not an error).
Solution: Modify the UPDATE statement syntax to avoid multiple value assignments to the same column.
GAUSS-03789: “cannot happen”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03790: “expected just one rule action”
SQLSTATE: XX000
Description: The rule has more than one action.
Solution: Correct the corresponding primary foreign key constraint.