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 string.
GAUSS-02802: "unrecognized operator: %d"
SQLSTATE: XX000
Description: The tsvector operator cannot be recognized.
Solution: Use one of the following characters 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-02805: "ts_stat query must return one tsvector column"
SQLSTATE: 22023
Description: More than one column is returned for the query statement using the ts_stat function.
Solution: Before calling the ts_stat function, ensure that the input query returns only one column.
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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.