GAUSS-01001 -- GAUSS-01010
GAUSS-01001: "invalid type category '%s': must be simple ASCII"
SQLSTATE: 22023
Description: The type category is invalid.
Solution: Ensure that the category name consists of simple ASCII characters (ACII value from 22 to 126).
GAUSS-01002: "array element type cannot be %s"
SQLSTATE: 42804
Description: The element type of the array cannot be the pseudo type.
Solution: Do not use the pseudo type as the array element type.
GAUSS-01003: "alignment '%s' not recognized"
SQLSTATE: 22023
Description: The alignment parameter is invalid.
Solution: Ensure the alignment parameters in the data type definition are valid.
GAUSS-01004: "storage '%s' not recognized"
SQLSTATE: 22023
Description: The alignment parameter is invalid.
Solution: Ensure the storage parameters in the data type definition are valid.
GAUSS-01005: "type input function must be specified"
SQLSTATE: 42P17
Description: No input function is specified for the data type.
Solution: Ensure that the input function is specified for the data type.
GAUSS-01006: "type output function must be specified"
SQLSTATE: 42P17
Description: No output function is specified for the data type.
Solution: Ensure that the output function is specified for the data type.
GAUSS-01007: "type modifier output function is useless without a type modifier input function"
SQLSTATE: 42P17
Description: Only the TYPMOD_OUT function is specified for the data type. This setting is invalid.
Solution: Check the type definition statement to ensure that both the TYPMOD_IN and TYPMOD_OUT functions are defined.
GAUSS-01008: "type input function %s must return type %s"
SQLSTATE: 42P17
Description: The return type of the input function of the type is not specified.
Solution: Ensure that the return type of the input function of the type is specified.
GAUSS-01009: "type output function %s must return type 'cstring'"
SQLSTATE: 42P17
Description: The return type of the output function of the type is not specified.
Solution: Ensure that the return type of the output function of the type is specified.
GAUSS-01010: "type receive function %s must return type %s"
SQLSTATE: 42P17
Description: The return type of the receive function of the type is not specified.
Solution: Ensure that the return type of the receive function of the type is specified.
Last Article: GAUSS-01001 -- GAUSS-01100
Next Article: GAUSS-01011 -- GAUSS-01020
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.