Re: [PATCHES] [COMMITTERS] pgsql: Handle carriage returns and line feeds in COPY

2005-03-15 Thread Bruce Momjian
Patch applied. Thanks. --- Andrew Dunstan wrote: > > > Neil Conway wrote: > > > Bruce Momjian wrote: > > > >> Handle carriage returns and line feeds in COPY CSV mode. > > > > > > Would it be possible to have some regres

Re: [PATCHES] [COMMITTERS] pgsql: Handle carriage returns and line feeds in COPY

2005-03-12 Thread Bruce Momjian
Beautiful. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it.

Re: [PATCHES] [COMMITTERS] pgsql: Handle carriage returns and line feeds in

2005-03-12 Thread Andrew Dunstan
Neil Conway wrote: > Bruce Momjian wrote: > >> Handle carriage returns and line feeds in COPY CSV mode. > > > Would it be possible to have some regression tests for this? will this do? cheers andrew Index: src/test/regress/input/copy.source =