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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: postgresql(at)htmledit(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9620: pg_dumpall -i --globals-only = wrong behaviour
Date: 2014-03-18 14:07:40
Message-ID: 32162.1395151660@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

postgresql(at)htmledit(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-03-18 14:58:47 Re: BUG #9616: Materialized view with indexes unable to load from pg_dump
Previous Message Devrim GÜNDÜZ 2014-03-18 13:50:27 Re: BUG #8660: RPM installation of 9.2.6 have dependency problem