Re: [PATCHES] add missing options to pg_dumpall

2004-07-19 Thread Bruce Momjian
Patch applied. Thanks. --- Christopher Kings-Lynne wrote: > OK, > > Here is another patch that fixes a stack of pg_dump bugs: > > * Fix help text ordering > > * Add back --set-session-authorization to pg_dumpall. Updat

Re: [PATCHES] add missing options to pg_dumpall

2004-07-16 Thread Christopher Kings-Lynne
OK, Here is another patch that fixes a stack of pg_dump bugs: * Fix help text ordering * Add back --set-session-authorization to pg_dumpall. Updated the docs for that. Updated help for that. * Dump ALTER USER commands for the cluster owner ("pgsql"). These are dumped AFTER the create user and

Re: [PATCHES] add missing options to pg_dumpall

2004-07-15 Thread Bruce Momjian
Stefan Kaltenbrunner wrote: > Bruce Momjian wrote: > > Patch applied. Thanks. > > thanks - that's wonderful news :-) > > However the patch as it went in has a minor cosmetic issues with the > display of the --help output. > Maybe something like the attached patch should be applied to restore >

Re: [PATCHES] add missing options to pg_dumpall

2004-07-15 Thread Bruce Momjian
Oops, patch coming from Christopher. Removed. --- Stefan Kaltenbrunner wrote: > Bruce Momjian wrote: > > Patch applied. Thanks. > > thanks - that's wonderful news :-) > > However the patch as it went in has a minor cosme

Re: [PATCHES] add missing options to pg_dumpall

2004-07-15 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- \S

Re: [PATCHES] add missing options to pg_dumpall

2004-07-14 Thread Christopher Kings-Lynne
Hmmm, and I need to resurrect the -X use-set-session-authorization flag for pg_dumpall as well...patch coming soon... Chris Stefan Kaltenbrunner wrote: Bruce Momjian wrote: Patch applied. Thanks. thanks - that's wonderful news :-) However the patch as it went in has a minor cosmetic issues with

Re: [PATCHES] add missing options to pg_dumpall

2004-07-14 Thread Stefan Kaltenbrunner
Bruce Momjian wrote: Patch applied. Thanks. thanks - that's wonderful news :-) However the patch as it went in has a minor cosmetic issues with the display of the --help output. Maybe something like the attached patch should be applied to restore the alphabetical option ordering and make the out

Re: [PATCHES] add missing options to pg_dumpall

2004-07-12 Thread Bruce Momjian
Patch applied. Thanks. --- Christopher Kings-Lynne wrote: > Hi, > > This patch adds the following options to pg_dumpall, to be passed to > pg_dump: > > -S, --superuser=NAME > > -O, --no-owner > > -X disable-dollar-qu