Re: BUG #9620: pg_dumpall -i --globals-only = wrong behaviour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9620: pg_dumpall -i --globals-only = wrong behaviour
Дата
Msg-id 32162.1395151660@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #9620: pg_dumpall -i --globals-only = wrong behaviour  (postgresql@htmledit.com)
Список pgsql-bugs
postgresql@htmledit.com writes:
> When using short option "-i" with option "--globals-only", pg_dumpall dumps
> all databases (structure and data) instead of just global objects:
> pg_dumpall -i --globals-only

Huh.  Somebody typo'd the getopt() call so that it thinks -i takes an
argument, and thus proceeds to ignore the next word on the command line.
Will fix (unfortunately, this came too late for this week's releases).
Thanks for the report!

            regards, tom lane

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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: BUG #8660: RPM installation of 9.2.6 have dependency problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #9616: Materialized view with indexes unable to load from pg_dump