Re: db partial dumping with pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: db partial dumping with pg_dump
Дата
Msg-id 29054.1029267743@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: db partial dumping with pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Clearly, we should shoot for something that leverages the existing
> SELECT code rather than hang more clauses off of COPY.

Yeah, that's a good point.  COPY IN is still a special case, I think,
but seems like COPY OUT could be reimplemented as a special tuple
destination for the regular executor machinery.

Q: how much performance hit would we be taking?  If this slows down
pg_dump a lot, the extra code is worth keeping.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Everything is now "required by the database system"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: regression test failure