GAUSS-01751 -- GAUSS-01760

GAUSS-01751: “only boolean operators can have join selectivity”

SQLSTATE: 42P13

Description: Only the return values of Boolean operators can be used to calculate the join selectivity.

Solution: Ensure that the operators to be created are Boolean ones.

GAUSS-01753: “only boolean operators can hash”

SQLSTATE: 42P13

Description: Only the return values of Boolean operators can be used to generate the hash path.

Solution: Ensure that the operators to be created are Boolean ones.

GAUSS-01754: “operator %s already exists”

SQLSTATE: 42723

Description: The operator already exists.

Solution: Ensure that the operator to be created is unique.

GAUSS-01755: “operator cannot be its own negator or sort operator”

SQLSTATE: 42P13

Description:Internal system error.

Solution:Contact technical support.

G

GAUSS-01758: “large object %u does not exist”

SQLSTATE: 42704

Description: The current large object name cannot be mapped to an actual object.

Solution: Ensure that a large object of the same name has already been created, and the object is dropped during execution.

GAUSS-01759: “unrecognized objtype: %d”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01760: “must specify relation and object name”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

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