GAUSS-04021 -- GAUSS-04030

GAUSS-04021: “insufficient data left in message”

SQLSTATE: 08P01

Description: The remaining length of the message is smaller than the length obtained from the message.

Solution: Check the current string.

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 this feature.

GAUSS-04025: “invalid large-object descriptor: %d”

SQLSTATE: 42704

Description: The large-object descriptor is invalid.

Solution: Do not use this feature.

GAUSS-04026: “permission denied for large object %u”

SQLSTATE: 42501

Description: Large objects are not supported.

Solution: Do not use this feature.

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

SQLSTATE: 55000

Description: Large objects are not supported.

Solution: Do not use this feature.

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

SQLSTATE: 42501

Description: Only system administrators can use the lo_import function on the server.

Solution: Do not use this feature.

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

SQLSTATE: XX000

Description: Failed to open a server file.

Solution: Do not use this feature.

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

SQLSTATE: XX000

Description: Failed to read the server file.

Solution: Do not use this feature.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel