On Mon, Oct 14, 2024, at 10:07, Joel Jacobson wrote:
> Attached is a first draft implementation of the new proposed COPY "raw" 
> format.
>
> The first two patches are just the bug fix in HEAD, reported separately:
> https://commitfest.postgresql.org/50/5297/

I forgot about adding support for the old syntax format.
Fixed in new version. Only the fifth patch is updated.

Before, only the new syntax worked:
COPY .... (FORMAT raw);

Now this also works:
COPY ... RAW;

/Joel

Attachment: v5-0001-Fix-thinko-in-tests-for-COPY-options-force_not_null-.patch
Description: Binary data

Attachment: v5-0002-Fix-validation-of-FORCE_NOT_NULL-FORCE_NULL-for-all-.patch
Description: Binary data

Attachment: v5-0003-Replace-binary-flags-binary-and-csv_mode-with-format.patch
Description: Binary data

Attachment: v5-0004-Reorganize-ProcessCopyOptions-for-clarity-and-consis.patch
Description: Binary data

Attachment: v5-0005-Add-raw-COPY-format-support-for-unstructured-text-da.patch
Description: Binary data

Reply via email to