Re: COPY WITH CSV FORCE QUOTE * - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: COPY WITH CSV FORCE QUOTE *
Date
Msg-id 20090714152309.944E.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: COPY WITH CSV FORCE QUOTE *  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: COPY WITH CSV FORCE QUOTE *  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
Jaime Casanova <jcasanov@systemguards.com.ec> wrote:

> i can find value for FORCE QUOTE * but what's
> the use case for FORCE NOT NULL?

NULLs are not quoted (to be ,, ) because empty strings are written as "".
It comes from original implementation and not from my patch.
I think we don't need to change the behavior.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: WIP patch for TODO Item: Add prompt escape to display the client and server versions
Next
From: Chuck McDevitt
Date:
Subject: Re: Upgrading our minimum required flex version for 8.5