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 code conversion function returns void.
GAUSS-00992: "cache lookup failed for conversion %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00993: "conversion '%s' already exists in schema '%s'"
SQLSTATE: 42710
Description: The conversion already exists in the schema.
Solution: Check whether the conversion with the same name exists in the schema.
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-00998: "%s"
SQLSTATE: 42000
Description: The syntax is incorrect.
Solution: Ensure that the SQL statement syntax is correct.
GAUSS-00999: "must be system admin to create a base type"
SQLSTATE: 42501
Description: Only system administrators can create a base type.
Solution: Create the base type as a system administrator.
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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.