GAUSS-05161 -- GAUSS-05170
GAUSS-05162: "EOL specification can not be used with non-text format using COPY FROM or READ ONLY foreign table"
SQLSTATE: None
Description: Custom line breaks cannot be used for non-TEXT data import using COPY or for read-only non-TEXT foreign tables.
Solution: Ensure that the data to be imported using COPY and the read-only table are in TEXT format.
GAUSS-05163: "EOL specification can not be used with non-text format using COPY TO or WRITE ONLY foreign table except 0x0D0A and 0x0A"
SQLSTATE: None
Description: Custom line breaks (excluding 0x0D0A and 0x0A) cannot be used for non-TEXT export using COPY or for write-only foreign tables.
Solution: Ensure that the data to be exported using COPY and the write-only table are in TEXT format.
Last Article: GAUSS-05151 -- GAUSS-05160
Next Article: GAUSS-05171 -- GAUSS-05180
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.