Re: New "raw" COPY format

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: "Tatsuo Ishii" <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: New "raw" COPY format
Date: 2024-10-14 19:59:01
Message-ID: cc42584e-faed-4871-b574-3808fe69bcee@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 14, 2024, at 10:51, Joel Jacobson wrote:
> 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/

Rebase only.

/Joel

Attachment Content-Type Size
v6-0001-Fix-thinko-in-tests-for-COPY-options-force_not_null-.patch application/octet-stream 4.6 KB
v6-0002-Fix-validation-of-FORCE_NOT_NULL-FORCE_NULL-for-all-.patch application/octet-stream 5.0 KB
v6-0003-Replace-binary-flags-binary-and-csv_mode-with-format.patch application/octet-stream 18.6 KB
v6-0004-Reorganize-ProcessCopyOptions-for-clarity-and-consis.patch application/octet-stream 19.9 KB
v6-0005-Add-raw-COPY-format-support-for-unstructured-text-da.patch application/octet-stream 39.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kirill Reshke 2024-10-14 19:59:11 Re: Consider the number of columns in the sort cost model
Previous Message Corey Huinker 2024-10-14 19:40:21 Re: Statistics Import and Export