Re: remove psql support for ancient copy syntax

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: remove psql support for ancient copy syntax
Дата
Msg-id 28246.1174002797@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: remove psql support for ancient copy syntax  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Additional global stats
Следующее
От: Jan Wieck
Дата:
Сообщение: As proposed the complete changes to pg_trigger and pg_rewrite