GAUSS-01191 -- GAUSS-01200

GAUSS-01191: “COPY force quote available only in CSV mode”

SQLSTATE: 0A000

Description: The copy force quote is not in CSV mode.

Solution: Ensure that the force quote is in CSV mode.

GAUSS-01194: “COPY force not null only available using COPY FROM”

SQLSTATE: 0A000

Description: The force not-null character supports only COPY FROM operation.

Solution: Ensure that the force non-null character is in the COPY FROM statement.

GAUSS-01195: “COPY delimiter must not appear in the NULL specification”

SQLSTATE: 0A000

Description: The copy delimiter exists in the null specification.

Solution: Do not use a value in the null specification as a delimiter.

GAUSS-01197: “CSV quote character must not appear in the NULL specification”

SQLSTATE: 0A000

Description: The copy quote character exists in the null specification.

Solution: Do not use a value in the null specification as a delimiter.

GAUSS-01198: “SHARED mode can not be used with CSV format”

SQLSTATE: 0A000

Description: The shared mode is used with CSV format.

Solution: Do not use the shared mode with the CSV format.

GAUSS-01199: “HEADER FILE only available using COPY TO or WRITE ONLY foreign table”

SQLSTATE: 0A000

Description: The header file is not used in COPY TO and foreign table scenarios.

Solution: Use the header file only in COPY TO and foreign table scenarios.

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