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

GAUSS-01461 -- GAUSS-01470

GAUSS-01461: "restriction estimator function %s must return type 'float8'"

SQLSTATE: 42P17

Description: During CREATE OPERATOR execution, the specified RESTRICT function in CREATE OPERATOR does not return values of the float8 type.

Solution: Ensure that the specified RESTRICT function returns float8 type values.

GAUSS-01462: "join estimator function %s must return type 'float8'"

SQLSTATE: 42P17

Description: During CREATE OPERATOR execution, the specified JOIN function in CREATE OPERATOR does not return values of the float8 type.

Solution: Ensure that the specified JOIN function returns float8 type values.

GAUSS-01463: "PerformCursorOpen called for non-cursor query"

SQLSTATE: XX000

Description: The query in the plan executed using the DECLARE..CURSOR FOR query syntax is a non-cursor query statement.

Solution: An error occurs while DECLARE..CURSOR FOR query generates a plan for the query. Contact technical support.

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 does not exist.

Solution: Ensure that the specified CURSOR name exists.

GAUSS-01466: "portal '%s' cannot be run"

SQLSTATE: 55000

Description: This is an internal error. The internal status of portal is incorrect.

Solution: Contact technical support.

GAUSS-01467: "could not reposition held cursor"

SQLSTATE: 55000

Description: This is an internal error. The internal status of portal is incorrect.

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 as described in the ALTER..RENAME TO.. syntax in 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 as described in the ALTER..SET SCHEMA.. syntax in SQL Reference.