Re: COPY table_name (single_column) FROM 'iso-8859-1.txt' DELIMITER E'\n' - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: COPY table_name (single_column) FROM 'iso-8859-1.txt' DELIMITER E'\n'
Date
Msg-id CAKFQuwbzvX0=jdbGx=WOAHPLxZ4cbRr2A80ueDPyQFPyWZdvWA@mail.gmail.com
Whole thread Raw
In response to COPY table_name (single_column) FROM 'iso-8859-1.txt' DELIMITER E'\n'  ("Joel Jacobson" <joel@compiler.org>)
Responses Re: COPY table_name (single_column) FROM 'iso-8859-1.txt' DELIMITER E'\n'
List pgsql-hackers
On Wed, May 5, 2021 at 8:31 AM Joel Jacobson <joel@compiler.org> wrote:
Could it be an idea to exploit the fact that DELIMITER E'\n' is currently an error?


Why not just allow: "DELIMITER NONE" to be valid syntax meaning exactly what it says and does exactly what you desire?

David J.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: MaxOffsetNumber for Table AMs
Next
From: Stephen Frost
Date:
Subject: Re: .ready and .done files considered harmful