Re: Should CSV parsing be stricter about mid-field quotes? - Mailing list pgsql-hackers

From Daniel Verite
Subject Re: Should CSV parsing be stricter about mid-field quotes?
Date
Msg-id 76f3cb5c-b524-4488-9a01-766dac980f73@manitou-mail.org
Whole thread Raw
In response to Re: Should CSV parsing be stricter about mid-field quotes?  (Kirk Wolak <wolakk@gmail.com>)
List pgsql-hackers
    Kirk Wolak wrote:

> We do NOT do "CSV", we mimic pg_dump.

pg_dump uses the text format (as opposed to csv), where
\. on a line by itself cannot appear in the data, so there's
no problem. The problem is limited to the csv format.


Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/
Twitter: @DanielVerite



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: PG 16 draft release notes ready
Next
From: Jacob Champion
Date:
Subject: Re: RFI: Extending the TOAST Pointer