Updated on 2023-12-22 GMT+08:00

GAUSS-04021 -- GAUSS-04030

GAUSS-04021: "insufficient data left in message"

SQLSTATE: 08P01

Description: The remaining bytes of the message are less than the bytes obtained from the message.

Solution: Ensure the input string is valid.

GAUSS-04022: "invalid string in message"

SQLSTATE: 08P01

Description: The message is invalid.

Solution: The internal communication of the database is abnormal. Contact technical support.

GAUSS-04023: "invalid message format"

SQLSTATE: 08P01

Description: The message format is invalid.

Solution: The internal communication of the database is abnormal. Contact technical support.

GAUSS-04024: "Postgres-XC does not support large object yet"

SQLSTATE: 0A000

Description: Large objects are not supported.

Solution: Do not use large objects.

GAUSS-04025: "invalid large-object descriptor: %d"

SQLSTATE: 42704

Description: The large-object descriptor is invalid.

Solution: Do not use a large-object descriptor because it is not supported.

GAUSS-04026: "permission denied for large object %u"

SQLSTATE: 42501

Description: Large objects are not supported.

Solution: Do not use large objects.

GAUSS-04027: "large object descriptor %d was not opened for writing"

SQLSTATE: 55000

Description: Large objects are not supported.

Solution: Do not use large objects.

GAUSS-04028: "must be system admin to use server-side lo_import()"

SQLSTATE: 42501

Description: The user to use the lo_import function at the server end must be the system administrator.

Solution: The feature is not supported.

GAUSS-04029: "could not open server file '%s': %m"

SQLSTATE: XX000

Description: The server file fails to be opened.

Solution: The feature is not supported.

GAUSS-04030: "could not read server file '%s': %m"

SQLSTATE: XX000

Description: The server file fails to be read.

Solution: The feature is not supported.