pgsql: Add regression tests for CSV and \., and add automatic quoting of

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression tests for CSV and \., and add automatic quoting of
Date: 2005-12-28 05:38:27
Message-ID: 20051228053827.534B29DC877@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add regression tests for CSV and \., and add automatic quoting of a
single column dump that has a \. value, so the load works properly. I
also added documentation describing this issue.

Backpatch to 8.1.X.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
copy.sgml (r1.70 -> r1.70.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml.diff?r1=1.70&r2=1.70.2.1)
pgsql/src/backend/commands:
copy.c (r1.254.2.2 -> r1.254.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c.diff?r1=1.254.2.2&r2=1.254.2.3)
pgsql/src/test/regress/expected:
copy2.out (r1.22 -> r1.22.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/copy2.out.diff?r1=1.22&r2=1.22.2.1)
pgsql/src/test/regress/sql:
copy2.sql (r1.13 -> r1.13.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/copy2.sql.diff?r1=1.13&r2=1.13.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-12-28 06:01:35 Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is redundant
Previous Message Bruce Momjian 2005-12-28 03:59:39 pgsql: Update: < * Add missing optimizer selectivities for date,