GAUSS-04361 -- GAUSS-04370
GAUSS-04361: "explain_perf_mode requires FORMAT TEXT"
SQLSTATE: 22023
Description: The non-text format is used while setting this parameter to non-normal mode.
Solution: Use the text format while setting this explain_perf_mode to non-normal mode.
GAUSS-04362: "Invalid Oid"
SQLSTATE: XX000
Description: Internal system error. The operator OID is invalid.
Solution: Contact technical support.
GAUSS-04363: "unsupported type %d"
SQLSTATE: XX000
Description: Internal system error. An unsupported type is used.
Solution: Contact technical support.
GAUSS-04364: "not support a non temp function has temp object include in its definition."
SQLSTATE: 0A000
Description: Temporary objects cannot be used in a non-temp function.
Solution: Specify the schema where the specified function is located to be pg_temp when a function is created if you must use a temporary table, a view or other temporary objects.
GAUSS-04365: "The expiration time could not be earlier than the starting time."
SQLSTATE: XX000
Description: The start time of the validity period is later than the end time.
Solution: Check and set valid startup time and end time of the account.
GAUSS-04366: "The old password can not be NULL, please input your old password with 'replace' grammar."
SQLSTATE: XX000
Description: An error is reported if the original password is not provided when the administrator changes the administrator password or use the identified by statement to change the user password.
Solution: When you use the identified by statement to change the user password, use the replace statement to offer original password.
GAUSS-04367: "The old password is invalid."
SQLSTATE: XX000
Description: The password is incorrect when the identified by ... replace statement is used to change the user password.
Solution: Use correct account password using the "identified by ... replace" statement to change the user password.
GAUSS-04368: "Permission denied to rename the initial account."
SQLSTATE: 42501
Description: The user is not allowed to rename the initialized database user.
Solution: Check the object to be renamed. You are not allowed to rename the database initialized user.
GAUSS-04369: "Multiple primary keys for foreign table '%s' are not allowed."
SQLSTATE: XX000
Description: Multiple primary keys cannot be created for the foreign table.
Solution: Create a primary key in one column.
GAUSS-04370: "Constraint '%s' already exists."
SQLSTATE: XX000
Description: The current constraint already exists.
Solution: Different constraint names are selected when a constraint is created.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.