Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

GAUSS-00931 -- GAUSS-00940

Updated on 2024-03-15 GMT+08:00

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

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback