Re: remove psql support for ancient copy syntax

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: remove psql support for ancient copy syntax
Date: 2007-03-15 23:53:17
Message-ID: 28246.1174002797@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Alvaro Herrera <alvherre(at)commandprompt(dot)com> 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 connected to
> servers older than 8.0, right?

No, "ancient" means "pre-7.3". Also it's only a problem if you try to
use one of the affected options ("with oids", "using delimiters").
Does not seem like a showstopper objection to me. OTOH, it's also the
case that all we're saving is a couple dozen lines of code ...

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Jan Wieck 2007-03-16 02:14:53 As proposed the complete changes to pg_trigger and pg_rewrite
Previous Message Tom Lane 2007-03-15 23:46:17 Re: Additional global stats