GAUSS-02381 -- GAUSS-02390

GAUSS-02381: “bogus index qualification”

SQLSTATE: XX002

Description: The attribute number of the left operand for the index expression is greater than the number of attributes for which indexes have been created.

Solution: Check the system catalog and execution plan.

GAUSS-02384: “NullTest indexqual has wrong key”

SQLSTATE: XX002

Description: The left operand of the index expression is not a variable where an index has been created.

Solution: Check whether indexes have been created for related columns in the system catalog.

GAUSS-02387: “unrecognized operation code: %d”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02388: “whole-row update is not implemented”

SQLSTATE: XX000

Description: Failed to update an entire column.

Solution: Check the SQL statement.

GAUSS-02390: “cannot change sequence '%s'”

SQLSTATE: 42809

Description: The object type is incorrect. Failed to modify the sequence by using the INSERT, UPDATE, or DELETE statement.

Solution: Modify the SQL statement.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel