GAUSS-04251 -- GAUSS-04260
GAUSS-04251: "PGXC does not support concurrent INDEX yet"
SQLSTATE: 0A000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04253: "unrecognized alter domain type: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04254: "PGXC does not support GRANT on multiple object types"
SQLSTATE: 0A000
Description: A view and a table are both specified. This is not supported by the GRANT syntax in GaussDB(DWS).
Solution: Specify only one type of objects (tables or views) at a time.
GAUSS-04255: "unrecognized define stmt type: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04256: "must be system admin to do CHECKPOINT"
SQLSTATE: 42501
Description: The checkpoint operation is performed only by the database system administrator.
Solution: Switch to the system administrator account or contact the system administrator.
GAUSS-04257: "DROP not supported for TEMP and non-TEMP objects"
SQLSTATE: 0A000
Description: The DROP statement cannot drop temporary and non-temporary objects at the same time.
Solution: Separately drop temporary objects and non-temporary objects.
GAUSS-04258: "%s is not yet supported."
SQLSTATE: 0A000
Description: The features in the blacklist are not supported when the support_extended_features switch is set to off.
Solution: Set the support_extended_features switch to on and do not perform the ALTER or DELETE operations on the objects in the blacklist.
GAUSS-04259: "Distribute query fail due to duplicate plan id when register consumer socket"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04260: "Failed to send snapshot to Datanode %u"
SQLSTATE: XX000
Description: Internal system error. Failed to send the snapshot to the DN.
Solution: Internal system error. Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.