Updated on 2023-12-22 GMT+08:00

Importing

GS_142010105

errmsg:out of memory.

errhint: 1. Please ensure that the quotation marks in the CSV file are paired.

2. Please check whether the quote option is reasonable.

3. Check whether a single row of data exceeds 1GB. You can manually delete the line according to the actual situation.

level:ERROR

GS_142050163

errmsg:connection failure error.

errhint: 1. Check whether the GDS process crashes. 2. Check whether the GDS startup parameter -H is correct. 3. Check the GDS log for error information.

level:ERROR

GS_142120237

errmsg:literal carriage return found in data.

errhint: Use \\\r\ to represent carriage return.

level:ERROR

GS_142120239

errmsg:literal newline found in data.

errhint: Use \\\ to represent newline.

level:ERROR

GS_142140307

errmsg:Don't suppport COPY FROM table with INSERT triggers.

errhint: You may need drop the INSERT trigger first.

level:ERROR

GS_142150045

errmsg:must be system admin to COPY to or from a file.

errhint: Anyone can COPY to stdout or from stdin. gsql's \\copy command also works for anyone.

level:ERROR

GS_142201772

errmsg:COPY to or from a file is prohibited for security concerns.

errhint: Anyone can COPY to stdout or from stdin. gsql's \\copy command also works for anyone.

level:ERROR