[PATCHES] remove psql support for ancient copy syntax

2007-03-15 Thread Andrew Dunstan
The attached patch implements Tom's recent suggestion to abandon the undocumented psql support for ancient copy syntax. If there's no objection I will apply before long. cheers andrew Index: src/bin/psql/copy.c === RCS file:

Re: [PATCHES] remove psql support for ancient copy syntax

2007-03-15 Thread Alvaro Herrera
Andrew Dunstan wrote: The attached patch implements Tom's recent suggestion to abandon the undocumented psql support for ancient copy syntax. If there's no objection I will apply before long. Just to clarify: this means that \copy will not work when connected to servers older than 8.0,

Re: [PATCHES] remove psql support for ancient copy syntax

2007-03-15 Thread Tom Lane
Alvaro Herrera [EMAIL PROTECTED] writes: Andrew Dunstan wrote: The attached patch implements Tom's recent suggestion to abandon the undocumented psql support for ancient copy syntax. If there's no objection I will apply before long. Just to clarify: this means that \copy will not work when