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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot