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

GAUSS-01331 -- GAUSS-01340

GAUSS-01331: "RESTART value (%s) cannot be less than MINVALUE (%s)"

SQLSTATE: 22023

Description: In the RESTART clause, the value of RESTART cannot be less than the minimum value.

Solution: Change the RESTART clause to ensure that the value of RESTART is equal to or greater than the minimum value.

GAUSS-01332: "RESTART value (%s) cannot be greater than MAXVALUE (%s)"

SQLSTATE: 22023

Description: In the RESTART clause, the value of RESTART cannot be greater than the maximum value.

Solution: Change the RESTART clause to ensure that the value of RESTART is equal to or less than the maximum value.

GAUSS-01333: "CACHE (%s) must be greater than zero"

SQLSTATE: 22023

Description: The specified value in the CACHE clause is less than 0.

Solution: Change the CACHE clause to ensure that the specified value is greater than 0.

GAUSS-01334: "invalid OWNED BY option"

SQLSTATE: 42601

Description: The specified value in the OWNED BY clause is not NONE.

Solution: Change the OWNED BY clause to ensure that the specified value is NONE.

GAUSS-01335: "sequence must have same owner as table it is linked to"

SQLSTATE: 55000

Description: The sequence and its associated table do not belong to the same owner.

Solution: Ensure that in the OWNED BY clause, the sequence and its associated table belong to the same owner.

GAUSS-01336: "sequence must be in same schema as table it is linked to"

SQLSTATE: 55000

Description: The sequence and its associated table do not have the same schema.

Solution: Ensure that in the OWNED BY clause, the sequence and its associated table have the same schema.

GAUSS-01337: "seq_redo: unknown op code %u"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01338: "seq_redo: failed to add item to page"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-01339: "GTM error, could not drop sequence"

SQLSTATE: 08006

Description: A DROP SEQUENCE event failure occurs on the GTM.

Solution: A GTM error occurs. Ensure that the GTM process is normal.

GAUSS-01340: "unrecognized attribute for text search parser: %d"

SQLSTATE: XX000

Description: While a full-text retrieval parser is created using the CREATE TEXT SEARCH CONFIGURATION PARSER syntax, a specified table fails to be obtained from the pg_ts_parser system catalog.

Solution: The attribute information in pg_ts_parser is incorrect due to system exception or manual attribute modification. Contact technical support.