GAUSS-00991 -- GAUSS-01000
GAUSS-00991: “encoding conversion function %s must return type 'void'”
SQLSTATE: 42P17
Description: The code conversion function can only return void.
Solution: Check the code conversion function to ensure that the function only returns void.
GAUSS-00992: “cache lookup failed for conversion %u”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-00994: “extra data after last expected column”
SQLSTATE: 22P04
Description: The number of columns in the data file exceeds that in the table.
Solution: Ensure that the data file and the table have the same number of columns.
GAUSS-00995: “field position covers previous field”
SQLSTATE: 22P04
Description:Internal system error.
Solution:Contact technical support.
GAUSS-00998: “%s”
SQLSTATE: 42000
Description: Syntax error.
Solution: Ensure that the SQL statement syntax is correct.
GAUSS-01000: “type '%s' already exists”
SQLSTATE: 42710
Description: The data type already exists.
Solution: Check whether the data type exists in the pg_type system catalog.