Updated on 2023-12-22 GMT+08:00

GAUSS-02871 -- GAUSS-02880

GAUSS-02871: "syntax error in tsquery: '%s'"

SQLSTATE: 42601

Description: The syntax of the tsvector variable is incorrect.

Solution: Correct the syntax that used for the tsvector variable.

GAUSS-02872: "there is no escaped character: '%s'"

SQLSTATE: 42601

Description: In the tsvector variable string, no to-be-escaped character follows the escape character.

Solution: Ensure that the escape character is followed by a character to be escaped.

GAUSS-02873: "wrong position info in tsvector: '%s'"

SQLSTATE: 42601

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02874: "unrecognized state in gettoken_tsvector: %d"

SQLSTATE: XX000

Description: The status of internal tsvector variable parsing is incorrect.

Solution: Contact technical support. Alternatively, check the syntax of the character string.

GAUSS-02875: "identifier too long"

SQLSTATE: 42622

Description: The data is too long.

Solution: Contact technical support. Alternatively, check the statement or data.

GAUSS-02876: "invalid input syntax for uuid: '%s'"

SQLSTATE: 22P02

Description: The syntax is incorrect.

Solution: Modify the SQL statement.

GAUSS-02877: "invalid input syntax for type money: '%s'"

SQLSTATE: 22P02

Description: The format of the money-typed data is incorrect.

Solution: Contact technical support. Alternatively, check the statement or data.

GAUSS-02878: "unrecognized range strategy: %d"

SQLSTATE: XX004

Description: The syntax is incorrect.

Solution: Modify the SQL statement.

GAUSS-02879: "unexpected json parse state: %d"

SQLSTATE: XX004

Description: The syntax is incorrect.

Solution: Modify the SQL statement.

GAUSS-02880: "invalid input syntax for type json"

SQLSTATE: 22P02

Description: The syntax is incorrect.

Solution: Modify the SQL statement.