Re: New "raw" COPY format - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: New "raw" COPY format
Date
Msg-id 3ca726a4-81b2-467e-ae13-29451f71ec47@app.fastmail.com
Whole thread Raw
In response to Re: New "raw" COPY format  ("Joel Jacobson" <joel@compiler.org>)
List pgsql-hackers
On Wed, Oct 16, 2024, at 21:13, Joel Jacobson wrote:
> Therefore, maybe DELIMITER NONE would be a better default
> for RAW? Especially since it's then also more honest in being "raw".
>
> If needing to import an unstructured text file that is just newline
> delimited, and not wanting the entire file as a single value,
> the newline style would then just need to be specified
> using the DELIMITER option.

I realize the DELIMITER NONE syntax is unnecessary,
since if that's the default for RAW, we would just not specify any delimiter.

/Joel



pgsql-hackers by date:

Previous
From: Nikita Malakhov
Date:
Subject: Re: Considering fractional paths in Append node
Next
From: Daniel Gustafsson
Date:
Subject: Re: wrong comment in libpq.h