Re: Allow dumping of roles or tablespaces

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: Dave Page <dpage(at)postgresql(dot)org>
Subject: Re: Allow dumping of roles or tablespaces
Date: 2007-01-12 16:19:40
Message-ID: 200701121719.42649.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Am Freitag, 12. Januar 2007 15:08 schrieb Dave Page:
> pg_dumpall -g -- Dump roles and tablespaces per current behaviour
> pg_dumpall -gr -- Dump roles only (or users and groups)
> pg_dumpall -gt -- Dump tablespaces only

Also note that optional argument specifications in getopt like "g::" are not
portable, so this cannot be implemented in the first place.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-01-12 16:22:59 Re: [GENERAL] Corrupt database? 8.1/FreeBSD6.0
Previous Message Magnus Hagander 2007-01-12 15:51:27 Re: vcbuild - conditional regeneration