GAUSS-00931 -- GAUSS-00940

GAUSS-00935: “cache lookup failed for relation %u”

SQLSTATE: 02000

Description: When ALTER TABLE SET TABLESPACE is run, the relational table does not exist.

Solution: Modify this operation.

GAUSS-00936: “SQL function cannot return shell type %s”

SQLSTATE: 42P13

Description: The SQL function does not return a shared variable.

Solution: Modify the SQL function and do not use a shared variable as a return value.

GAUSS-00937: “SQL function cannot accept shell type %s”

SQLSTATE: 42P13

Description: The SQL function does not use a shared variable as the function parameter.

Solution: Modify the SQL function, and do not use a shared variable as a function parameter.

GAUSS-00938: “type %s does not exist”

SQLSTATE: 42704

Description: The data type does not exist.

Solution: Check the function or storage process and verify that the parameter data type is correct.

GAUSS-00940: “VARIADIC parameter must be the last input parameter”

SQLSTATE: 42P13

Description: VARIADIC must be put at the end of input parameters.

Solution: Put VARIADIC at the end of input parameters.

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