| From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: CSV patch applied |
| Date: | 2004-04-20 14:25:41 |
| Message-ID: | Pine.LNX.4.58.0404201612500.6454@sablons.cri.ensmp.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
> >> CSV - enable CSV mode
> >> QUOTE - specify quote character
> >> ESCAPE - specify escape character
> >> FORCE - force quoting of specified columns
> >
> >FORCE QUOTE
QUOTING col1,col2?
QUOTED col1,col2?
IN QUOTES col1,cold
> >> LITERAL - prevent NULL checks for specific columns
> >
> >NO NULL CHECK
QUOTED (meaning 'as quoted')?
From a language design point of view, I think it may be better to stick
to one word versions?
--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-04-20 14:32:10 | Re: pg_encoding not needed anymore |
| Previous Message | Fabien COELHO | 2004-04-20 14:10:32 | ERROR action extension for rules? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-04-20 14:33:49 | Re: [PATCHES] CSV patch applied |
| Previous Message | Andrew Dunstan | 2004-04-20 14:03:51 | Re: COPY CSV keywords |