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 по дате отправления: