Re: BUG #9620: pg_dumpall -i --globals-only = wrong behaviour - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #9620: pg_dumpall -i --globals-only = wrong behaviour
Date
Msg-id 32162.1395151660@sss.pgh.pa.us
Whole thread Raw
In response to BUG #9620: pg_dumpall -i --globals-only = wrong behaviour  (postgresql@htmledit.com)
List 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 by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: BUG #8660: RPM installation of 9.2.6 have dependency problem
Next
From: Tom Lane
Date:
Subject: Re: BUG #9616: Materialized view with indexes unable to load from pg_dump