Re: New COPY options: DELIMITER NONE and QUOTE NONE

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Joel Jacobson <joel(at)compiler(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: New COPY options: DELIMITER NONE and QUOTE NONE
Date: 2023-05-19 17:03:14
Message-ID: fd88c4f8-a6f7-a111-c4e9-80b6a71ff451@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2023-05-19 Fr 05:24, Joel Jacobson wrote:
>
> I hacked together a broken patch just to demonstrate the idea on syntax
> and basic idea. The `COPY ... FROM` examples above works.
> But it doesn't work at all for `COPY ... TO`, since it output \0 byte as
> delimiter and quote in the output, which is of course not what we want.
>
>

I think you've been a bit too cute with the grammar changes, but as you
say this is a POC.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2023-05-19 17:08:21 Re: Adding SHOW CREATE TABLE
Previous Message jian he 2023-05-19 16:59:35 Re: PG 16 draft release notes ready