pgsql: Document a limitation of COPY's new CSV mode.

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document a limitation of COPY's new CSV mode.
Date: 2004-11-17 02:50:07
Message-ID: 20041117025007.ABFE63A4159@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document a limitation of COPY's new CSV mode. Doc patch from Andrew
Dunstan, editorializing by Neil Conway.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
copy.sgml (r1.58 -> r1.59)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml.diff?r1=1.58&r2=1.59)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-11-17 03:13:40 pgsql: Micro-optimization of markpos() and restrpos() in btree and hash
Previous Message Marc G. Fournier 2004-11-17 02:49:50 Re: pgsql: Fix Win32 problems with signals and sockets,