GAUSS-04651 -- GAUSS-04660

GAUSS-04651: “It is not supported to rename schema '%s' which includes DFS table '%s'.”

SQLSTATE: 42939

Description: Currently, a schema containing the DFS table cannot be renamed using the **ALTER SCHEMA schema_name RENAME TO **new_schema_name syntax.

Solution: Ensure that the **ALTER SCHEMA schema_name RENAME TO **new_schema_name syntax does not contain the DFS table. Delete the DFS table and rename the schema again.

GAUSS-04652: “COPY_ROACH does not implement in CopySendEndOfRow”

SQLSTATE: XX000

Description: Do not use ROACH for COPY TO export.

Solution: Do not use ROACH for COPY TO export.

GAUSS-04653: “the bulkload compatible illegal chars flag is already set before bulkload starts”

SQLSTATE: XX000

Description: Internal system error. The parameter for specifying invalid character compatibility that was imported before has not been cleaned.

Solution:Contact technical support.

GAUSS-04655: “cannot specify bulkload compatibility options in BINARY mode”

SQLSTATE: 42601

Description: Internal system error. The imported CopyState object is not cleared.

Solution:Contact technical support.

GAUSS-04656: “IGNORE_EXTRA_DATA specification only available using COPY FROM or READ ONLY foreign table”

SQLSTATE: 42601

Description: The ignore_extra_data parameter can only be used to import data.

Solution: Remove the ignore_extra_data parameter when the export function is enabled.

GAUSS-04657: “COMPATIBLE_ILLEGAL_CHARS specification only available using COPY FROM or READ ONLY foreign table”

SQLSTATE: 42601

Description: The compatible_illegal_chars parameter can only be used to import data.

Solution: Remove the compatible_illegal_chars parameter when the export function is enabled.

GAUSS-04658: “DATE_FORMAT specification only available using COPY FROM or READ ONLY foreign table”

SQLSTATE: 42601

Description: The date_format parameter can only be used to import data.

Solution: Remove the date_format parameter when the export function is enabled.

GAUSS-04659: “TIME_FORMAT specification only available using COPY FROM or READ ONLY foreign table”

SQLSTATE: 42601

Description: The time_format parameter can only be used to import data.

Solution: Remove the time_format parameter when the export function is enabled.

GAUSS-04660: “TIMESTAMP_FORMAT specification only available using COPY FROM or READ ONLY foreign table”

SQLSTATE: 42601

Description: The timestamp_format parameter can only be used to import data.

Solution: Remove the timestamp_format parameter when the export function is enabled.

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