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 not an invalid aggregate function.
Solution: Ensure that functions with asterisks (*) as parameters must be aggregate functions.
GAUSS-00426: “inconsistent types deduced for parameter $%d”
SQLSTATE: 42P08
Description: Usage not supported.
Solution: Modify the SQL statement.
GAUSS-00427: “could not determine data type of parameter $%d”
SQLSTATE: 42P08
Description: The parameter data type cannot be recognized.
Solution: Change the parameter value to a value recognizable to the system. For the value types recognizable to the system, see en-us_topic_0237121926.md.
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.