Re: CSV patch applied
- 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: Tue, 20 Apr 2004 12:05:30 +0200
- Message-id: <200404201205.30693.peter_e@gmx.net> <text/plain>
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!
Home |
Main Index |
Thread Index