CSV patch applied

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: CSV patch applied
Date: 2004-04-19 17:26:52
Message-ID: 200404191726.i3JHQrs16216@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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
LITERAL - prevent NULL checks for specific columns

If folks have better ideas for naming of those keywords, I am all ears!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 44.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2004-04-19 17:39:14 Re: Why are these ARC variables per-backend?
Previous Message Jan Wieck 2004-04-19 17:18:35 Re: signal 11 on AIX: 7.4.2

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-04-19 17:42:51 Re: win32 fixes
Previous Message Andrew Dunstan 2004-04-19 15:57:27 minor readme patch for pg_autovacuum