GAUSS-02801 -- GAUSS-02810
GAUSS-02801: “string is too long for tsvector (%d bytes, max %d bytes)”
SQLSTATE: 54000
Description: The string is too long for the tsvector type.
Solution: Shorten the length of the string to a proper one.
GAUSS-02802: “unrecognized operator: %d”
SQLSTATE: XX000
Description: Failed to recognize the tsvector operator.
Solution: Use only !, |, or & as the input operator.
GAUSS-02803: “SPI_prepare('%s') failed”
SQLSTATE: XX000
Description: A NULL value is returned after SPI_prepare is called.
Solution: Internal error. Contact technical support.
GAUSS-02804: “SPI_cursor_open('%s') failed”
SQLSTATE: XX000
Description: A NULL value is returned after SPI_cursor_open is called.
Solution: Internal error. Contact technical support.
GAUSS-02806: “tsvector_update_trigger: not fired by trigger manager”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02807: “tsvector_update_trigger: must be fired for row”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02808: “tsvector_update_trigger: must be fired BEFORE event”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02809: “tsvector_update_trigger: must be fired for INSERT or UPDATE”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02810: “tsvector_update_trigger: arguments must be tsvector_field, ts_config, text_field1, …)”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.