Re: pg_dump feature patch to allow selection of rows to

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump feature patch to allow selection of rows to
Дата
Msg-id 24206.1126555341@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump feature patch to allow selection of rows to  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Seth Robertson wrote:
>> Instead of writing a utility to replicate the functionality in
>> pg_dump, I created a new flag, --where, which allows you to postpend
>> where (or order or limit or whatever) sql fragments at the end of the
>> select done by pg_dump.

> Neat, but IMHO too much of a kludge for mainline.

Yeah, I felt the same --- the fact that it doesn't work for the normal
COPY case renders it a bit too ugly.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: SPI_getbinval() documentation correction
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Autovacuum docs