GAUSS-01471 -- GAUSS-01480
GAUSS-01471: "cache lookup failed for object %u of catalog '%s'"
SQLSTATE: XX000
Description: The ALTER..SET TABLESPACE.. syntax fails to obtain the Alter object from the cache during the syntax processing.
Solution: The system cache is abnormal. Contact technical support.
GAUSS-01472: "must be system admin to set schema of %s"
SQLSTATE: 42501
Description: Only the system administrator has the rights to modify the object namespace.
Solution: Log in to the system as a system administrator to modify the object namespace.
GAUSS-01473: "%s already exists in schema '%s'"
SQLSTATE: 42710
Description: The object already exists in the new schema when the user is to modify the object namespace.
Solution: Ensure that the object does not exist in the new schema if the user is to modify the object namespace.
GAUSS-01474: "unrecognized AlterOwnerStmt type: %d"
SQLSTATE: XX000
Description: The Alter object type in the ALTER..OWNER TO.. syntax is incorrect.
Solution: Correct the Alter object as described in the ALTER..OWNER TO.. syntax in SQL Reference.
GAUSS-01475: "Table %s does not support sampling operation for analyze."
SQLSTATE: 42703
Description: GDS foreign tables do not support sampling using ANALYZE.
Solution: Do not perform sampling using ANALYZE.
GAUSS-01476: "unsupported datatype"
SQLSTATE: XX000
Description: The analyzed column-store table contains unsupported data types.
Solution: Check whether the definition of the column-store table is normal. If it is, create the column-store table again. Check whether this error persists. Contact technical support.
GAUSS-01477: "extension '%s' does not exist"
SQLSTATE: 42704
Description: The extension specified for CREATE EXTENSION or ALTER EXTENSION does not exist.
Solution: Ensure that the specified extension exists.
GAUSS-01478: "invalid extension name: '%s'"
SQLSTATE: 22023
Description: The extension name specified for CREATE EXTENSION is invalid.
Solution: Ensure that the extension name cannot be empty, contain "--", start or end with "-", or contain separators, such as / and \\.
GAUSS-01479: "invalid extension version name: '%s'"
SQLSTATE: 22023
Description: The version specified for CREATE EXTENSION is invalid or the new/default version specified for ALTER EXTENSION is invalid.
Solution: Ensure that the version, new version, and default_version cannot be empty, contain "--", begin or end with "-", or contain separators, such as / and \\.
GAUSS-01480: "could not open extension control file '%s': %m"
SQLSTATE: XX000
Description: The extension control file specified for CREATE EXTENSION, ALTER EXTENSION or extension-related functions does not exist.
Solution: Ensure that the path of the control file is correct.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot