bizgres - bizgres: ESCAPE AS is available to the COPY command in Text - Mailing list pgsql-committers

From agoldshuv@pgfoundry.org (User Agoldshuv)
Subject bizgres - bizgres: ESCAPE AS is available to the COPY command in Text
Date
Msg-id 20050901235021.AB43E1125F30@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Correct comment about why contrib/xml2 isn't built automatically.
Next
From: agoldshuv@pgfoundry.org (User Agoldshuv)
Date:
Subject: bizgres - bizgres: Loader made compatiable with the new bizgres addition