GAUSS-01461 -- GAUSS-01470
GAUSS-01461: “restriction estimator function %s must return type 'float8'”
SQLSTATE: 42P17
Description: During CREATE OPERATOR execution, the value returned by the specified restriction function is not of the float8 type.
Solution: Ensure that the return value is of the float8 type.
GAUSS-01462: “join estimator function %s must return type 'float8'”
SQLSTATE: 42P17
Description: During CREATE OPERATOR execution, the value returned by the specified join function is not of the float8 type.
Solution: Ensure that the return value is of the float8 type.
GAUSS-01464: “invalid cursor name: must not be empty”
SQLSTATE: 34000
Description: During DECLARE, CLOSE, FETCH, or MOVE CURSOR execution, the cursor name is not specified.
Solution: Specify the cursor name.
GAUSS-01465: “cursor '%s' does not exist”
SQLSTATE: 34000
Description: During FETCH, MOVE, CLOSE CURSOR, CURRENT OF, or XML CURSOR execution, the specified cursor name does not exist.
Solution: Ensure that the specified cursor name exists.
GAUSS-01466: “portal '%s' cannot be run”
SQLSTATE: 55000
Description: Internal error. The portal status is abnormal.
Solution:Contact technical support.
GAUSS-01467: “could not reposition held cursor”
SQLSTATE: 55000
Description: Internal error. The portal status is abnormal.
Solution:Contact technical support.
GAUSS-01468: “unexpected end of tuple stream”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-01469: “unrecognized rename stmt type: %d”
SQLSTATE: XX000
Description: The alter object type in the ALTER..RENAME TO.. syntax is incorrect.
Solution: Correct the alter object type by referring to the SQL Reference.
GAUSS-01470: “unrecognized AlterObjectSchemaStmt type: %d”
SQLSTATE: XX000
Description: The alter object type in the ALTER..SET SCHEMA.. syntax is incorrect.
Solution: Correct the alter object type by referring to the SQL Reference.