bizgres - bizgres: ESCAPE AS is available to the COPY command in Text

From: agoldshuv(at)pgfoundry(dot)org (User Agoldshuv)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: ESCAPE AS is available to the COPY command in Text
Date: 2005-09-01 23:50:21
Message-ID: 20050901235021.AB43E1125F30@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
ESCAPE AS is available to the COPY command in Text mode as well now. It is
useful when an escape other than a backslash is desired, or when the data is
not escaped and includes embedded backslashes.

Modified Files:
--------------
bizgres/postgresql/src/backend/commands:
copy.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/commands/copy.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message User Agoldshuv 2005-09-01 23:52:29 bizgres - bizgres: Loader made compatiable with the new bizgres addition
Previous Message Tom Lane 2005-09-01 22:02:44 pgsql: Correct comment about why contrib/xml2 isn't built automatically.