GAUSS-01371 -- GAUSS-01380
GAUSS-01371: “invalid parameter list format: '%s'”
SQLSTATE: 42601
Description: During dictionary deserialization, the list format is invalid, and a space is missing after the equal sign (=).
Solution: Add a space after the equal sign (=) in the list.
GAUSS-01372: “unrecognized deserialize_deflist state: %d”
SQLSTATE: XX000
Description: The deserialization process state machine of the full text retrieval directory cannot be identified.
Solution: Internal system error. Contact technical support.
GAUSS-01380: “'%s' is a table”
SQLSTATE: 42809
Description: INSTEAD OF triggers are defined on tables.
Solution: Define only BEFORE or AFTER triggers on tables.
Feedback