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

GAUSS-02811 -- GAUSS-02820

GAUSS-02811: "tsvector column '%s' does not exist"

SQLSTATE: 42703

Description: The selected column does not exist.

Solution: Check whether the selected column exists.

GAUSS-02812: "column '%s' is not of tsvector type"

SQLSTATE: 42804

Description: The column is not of the tsvector type.

Solution: Check whether the column type is tsvector.

GAUSS-02813: "configuration column '%s' does not exist"

SQLSTATE: 42703

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02814: "column '%s' is not of regconfig type"

SQLSTATE: 42804

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02815: "configuration column '%s' must not be null"

SQLSTATE: 22004

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02816: "text search configuration name '%s' must be schema-qualified"

SQLSTATE: 22023

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02817: "column '%s' is not of a character type"

SQLSTATE: 42804

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02818: "tsvector_update_trigger: %d returned by SPI_modifytuple"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02820: "invalid input syntax for type numeric: '%s'"

SQLSTATE: 22P02

Description: The Numeric input is invalid.

Solution: Check whether the data contains invalid numeric input.