GAUSS-02571 -- GAUSS-02580
GAUSS-02571: "proargnames is not a 1-D text array"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02572: "number of aliases does not match number of columns"
SQLSTATE: 42804
Description: The number of alias names does not match the number of columns.
Solution: Run the \d+ tablename command to query the number of columns. Then, check whether the number of aliases of the current statement and that of columns are consistent.
GAUSS-02573: "no column alias was provided"
SQLSTATE: 42804
Description: The column alias is not provided.
Solution: Provide the column alias.
GAUSS-02574: "could not determine row description for function returning record"
SQLSTATE: 42804
Description: The definition of the RECORD type of the RECORD return type function cannot be determined.
Solution: Internal system error. Contact technical support.
GAUSS-02575: "internal function '%s' is not in internal lookup table"
SQLSTATE: 42883
Description: The function definition cannot be found in the function lookup table.
Solution: Ensure that the functions in the SQL statement are valid.
GAUSS-02576: "unrecognized function API version: %d"
SQLSTATE: XX004
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02577: "language %u has old-style handler"
SQLSTATE: 42P13
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02578: "null result from info function '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02579: "unrecognized API version %d reported by info function '%s'"
SQLSTATE: 22023
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02580: "fmgr_oldstyle received NULL pointer"
SQLSTATE: XX005
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.