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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix psql's COPY support to deal with \r\n line endings.
Date: 2004-08-13 22:59:31
Message-ID: 20040813225931.A7B175E46CE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-14 01:30:55 pgsql-server: Add: > > * Allow buffered WAL writes and fsync > >
Previous Message Tom Lane 2004-08-13 21:37:29 pgsql-server: Fix breakage with PUBLIC schema.