GAUSS-03211 -- GAUSS-03220
GAUSS-03211: “malformed tsquery: operand not found”
SQLSTATE: XX000
Description: No operator is found in the string of the tsquery type.
Solution: Check the input and ensure that the variable of the tsquery type 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: Use only !, |, or & as the input operator.
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-03218: “invalid tsquery: total operand length exceeded”
SQLSTATE: XX000
Description: The string of the tsquery type 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: ! | &.