Should partial dumps include extensions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Should partial dumps include extensions?
Дата
Msg-id 15214.1306269869@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Should partial dumps include extensions?
Список pgsql-hackers
There's a complaint here
http://archives.postgresql.org/pgsql-general/2011-05/msg00714.php
about the fact that 9.1 pg_dump always dumps CREATE EXTENSION commands
for all loaded extensions.  Should we change that?  A reasonable
compromise might be to suppress extensions in the same cases where we
suppress procedural languages, ie if --schema or --table was used
(see "include_everything" switch in pg_dump.c).
        regards, tom lane


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Latch implementation that wakes on postmaster death on both win32 and Unix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: eviscerating the parser