Re: COPY table_name (single_column) FROM 'unknown.txt' DELIMITER E'\n'

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Joel Jacobson <joel(at)compiler(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: COPY table_name (single_column) FROM 'unknown.txt' DELIMITER E'\n'
Date: 2021-05-05 17:02:33
Message-ID: CAKFQuwbzvX0=jdbGx=WOAHPLxZ4cbRr2A80ueDPyQFPyWZdvWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 5, 2021 at 8:31 AM Joel Jacobson <joel(at)compiler(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2021-05-05 17:06:01 Re: .ready and .done files considered harmful
Previous Message Robert Haas 2021-05-05 16:42:40 Re: MaxOffsetNumber for Table AMs