GAUSS-03201 -- GAUSS-03210
GAUSS-03201: "ctid isn't of type TID"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03202: "currtid cannot handle views with no CTID"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03203: "the view has no rules"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03204: "only one select rule is allowed in views"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03205: "currtid cannot handle this view"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03206: "no operand in tsquery: '%s'"
SQLSTATE: 42601
Description: In the tsquery string, no variable follows the operator.
Solution: Check the string to ensure that each operator is followed by an object.
GAUSS-03207: "value is too big in tsquery: '%s'"
SQLSTATE: 54000
Description: In the tsquery string, the length of the string following an operator exceeds the limit (1<<20) - 1.
Solution: Ensure that the length of the string does not exceed the upper limit.
GAUSS-03208: "operand is too long in tsquery: '%s'"
SQLSTATE: 54000
Description: In the tsquery string, the length of a string exceeds the limit (1<<11) - 1.
Solution: Ensure that the length of the string does not exceed the upper limit.
GAUSS-03209: "word is too long in tsquery: '%s'"
SQLSTATE: 54000
Description: In the tsquery string, the length of a string exceeds the limit (1<<11) - 1.
Solution: Ensure that the length of the string does not exceed the upper limit.
GAUSS-03210: "tsquery stack too small"
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.