Updated on 2025-03-26 GMT+08:00

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 as pg_temp if you want to use temporary objects such as temporary tables and views in the function.

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. If the original password is not provided, an error is reported.

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 syntax is used to change the password.

Solution: Use correct account password when using the identified by... replace syntax 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: Foreign tables do not support composite primary keys.

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.