GAUSS-00931 -- GAUSS-00940
GAUSS-00935: "cache lookup failed for relation %u"
SQLSTATE: 02000
Description: The relational table for the ALTER TABLE SET TABLESPACE operation does not exist.
Solution: Modify the operation.
GAUSS-00936: "SQL function cannot return shell type %s"
SQLSTATE: 42P13
Description: The SQL function does not return the variable of the shared type.
Solution: Modify the SQL function and do not use the variable of the shared type as the returned value.
GAUSS-00937: "SQL function cannot accept shell type %s"
SQLSTATE: 42P13
Description: The SQL function does not use the variable of the shared type as the function parameter.
Solution: Modify the SQL function and do not use the variable of the shared type as the 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 data type of the parameter is correct.
GAUSS-00939: "functions cannot accept set arguments"
SQLSTATE: 42P13
Description: The SQL function does not use the variable of the SETOF type as the function parameter.
Solution: Modify the function and do not use the variable of the SETOF type as the function parameter.
GAUSS-00940: "VARIADIC parameter must be the last input parameter"
SQLSTATE: 42P13
Description: VARIADIC must be put at the end of the input parameters.
Solution: Modify the function parameter list and put VARIADIC at the end of the input parameters.
Last Article: GAUSS-00921 -- GAUSS-00930
Next Article: GAUSS-00941 -- GAUSS-00950
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.