GAUSS-03211 -- GAUSS-03220
GAUSS-03211: "malformed tsquery: operand not found"
SQLSTATE: XX000
Description: No operator is found in the tsquery string.
Solution: Check the input and ensure that the tsquery variable contains an operator.
GAUSS-03212: "malformed tsquery: extra nodes"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03213: "unrecognized operator type: %d"
SQLSTATE: XX000
Description: An incorrect operator is entered.
Solution: Ensure that the operator uses one of the following characters: !, |, and &.
GAUSS-03214: "unrecognized tsquery node type: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03215: "invalid size of tsquery"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03216: "invalid tsquery: invalid weight bitmap"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03217: "invalid tsquery: operand too long"
SQLSTATE: XX000
Description: The length of a variable in the ts-query variable operator exceeds the upper limit (1<<11) - 1.
Solution: Ensure that the length of the string does not exceed the upper limit.
GAUSS-03218: "invalid tsquery: total operand length exceeded"
SQLSTATE: XX000
Description: The tsquery string exceeds the upper limit (1<<20) - 1.
Solution: Ensure that the length of the string does not exceed the upper limit.
GAUSS-03219: "invalid tsquery: unrecognized operator type %d"
SQLSTATE: XX000
Description: An incorrect operator is entered.
Solution: Ensure that the operator uses one of the following characters: !, |, and &.
GAUSS-03220: "invalid pointer to right operand"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.