pgsql-server: Fix psql's COPY support to deal with \r\n line endings. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Fix psql's COPY support to deal with \r\n line endings.
Date
Msg-id 20040813225931.A7B175E46CE@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix psql's COPY support to deal with \r\n line endings.
Andrew Dunstan, some further hacking by Tom Lane.

Modified Files:
--------------
    pgsql-server/src/bin/psql:
        copy.c (r1.51 -> r1.52)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/copy.c.diff?r1=1.51&r2=1.52)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix breakage with PUBLIC schema.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Add: > > * Allow buffered WAL writes and fsync > >