GAUSS-00421 -- GAUSS-00430
GAUSS-00421: "function %s asks parameters"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00422: "aggregate %s(*) does not exist"
SQLSTATE: 42883
Description: The aggregate function contains an invalid parameter.
Solution: Check whether the number of parameters is zero.
GAUSS-00423: "aggregate %s does not exist"
SQLSTATE: 42883
Description: The aggregate function is invalid.
Solution: Check whether the aggregate function is contained in the pg_proc table.
GAUSS-00424: "function %s is not an aggregate"
SQLSTATE: 42809
Description: The created function is an invalid aggregate function.
Solution: Check whether the created function is an aggregate function. An aggregate function must use an asterisk (*) as its parameter.
GAUSS-00425: "cache lookup failed for function '%u'"
SQLSTATE: 42883
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00426: "inconsistent types deduced for parameter $%d"
SQLSTATE: 42P08
Description: The usage is not supported.
Solution: Modify the SQL statement.
GAUSS-00427: "could not determine data type of parameter $%d"
SQLSTATE: 42P08
Description: The data type of the parameter cannot be recognized.
Solution: Use a data type that can be recognized by the system. For details, see "Data Types" in the SQL Syntax.
GAUSS-00428: "could not create syslogger data transfer thread: %m"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00429: "could not create pipe for syslog: %m"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00430: "could not redirect stdout: %m"
SQLSTATE: XX000
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.