From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: CSV patch applied |
Date: | 2004-04-20 10:05:30 |
Message-ID: | 200404201205.30693.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Bruce Momjian wrote:
> I have applied the attached patch that complete TODO item:
>
> o -Allow dump/load of CSV format
>
> This adds new keywords to COPY and \copy:
>
> CSV - enable CSV mode
> QUOTE - specify quote character
> ESCAPE - specify escape character
> FORCE - force quoting of specified columns
FORCE QUOTE
> LITERAL - prevent NULL checks for specific columns
NO NULL CHECK
> If folks have better ideas for naming of those keywords, I am all
> ears!
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Gibson | 2004-04-20 10:31:21 | Unable to create an array of a domain |
Previous Message | Karel Zak | 2004-04-20 08:25:58 | Re: pg_encoding not needed anymore |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-04-20 12:10:43 | Re: Basic subtransaction facility |
Previous Message | Fabien COELHO | 2004-04-20 07:36:18 | Re: pg_restore ignore error patch |