GAUSS-01751 -- GAUSS-01760
GAUSS-01751: "only boolean operators can have join selectivity"
SQLSTATE: 42P13
Description: Only the returned values of boolean operators can be used to calculate the join selectivity.
Solution: Ensure that the operators to be created are boolean ones.
GAUSS-01752: "only boolean operators can merge join"
SQLSTATE: 42P13
Description: Only the returned values of boolean operators can be used to generate the merge join path.
Solution: Ensure that the operators to be created are boolean ones.
GAUSS-01753: "only boolean operators can hash"
SQLSTATE: 42P13
Description: Only the returned 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.
GAUSS-01756: "Local temp table in column store mode is not supported"
SQLSTATE: 0A000
Description: Local temporary tables cannot be stored in the current column-storage mode. The table is created in a temporary space, and the table is regarded as temporary.
Solution: The table is created in a temporary tablespace, so it is considered as a temporary table. Do not create the table in a temporary space.
GAUSS-01757: "Unsupport CStore table distributed by replication"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
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
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.