Re: [pgsql-patches] Allow dumping of roles or tablespaces

2007-01-24 Thread Bruce Momjian
Patch applied. Thanks. --- Dave Page wrote: > Tom Lane wrote: > > Dave Page <[EMAIL PROTECTED]> writes: > >> pg_dumpall -g -- Dump roles and tablespaces per current behaviour > >> pg_dumpall -gr -- Dump roles only (or user

Re: [pgsql-patches] Allow dumping of roles or tablespaces

2007-01-15 Thread Dave Page
Tom Lane wrote: > Dave Page <[EMAIL PROTECTED]> writes: >> 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 > > This seems a bit ugly, mainly because (1) it doesn't have a natura

Re: [pgsql-patches] Allow dumping of roles or tablespaces

2007-01-12 Thread Peter Eisentraut
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

Re: [pgsql-patches] Allow dumping of roles or tablespaces

2007-01-12 Thread Dave Page
Andrew Dunstan wrote: > Tom Lane wrote: >> Dave Page <[EMAIL PROTECTED]> writes: >> >>> 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 >>> >> >> This seems a bit ugly,

Re: [pgsql-patches] Allow dumping of roles or tablespaces

2007-01-12 Thread Andrew Dunstan
Tom Lane wrote: Dave Page <[EMAIL PROTECTED]> writes: 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 This seems a bit ugly, mainly because (1) it doesn't have a natural t

Re: [pgsql-patches] Allow dumping of roles or tablespaces

2007-01-12 Thread Tom Lane
Dave Page <[EMAIL PROTECTED]> writes: > 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 This seems a bit ugly, mainly because (1) it doesn't have a natural translation to long-for