[BUGS] Bug #906: Web site bug in Docs

2003-03-06 Thread pgsql-bugs
Jack Neely ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description Web site bug in Docs Long Description On the postgres web site at www.postgresql.org/docs the links to the static and interactive documentation are all very broken. Al

Re: [BUGS] client conx problems, 7.3.2

2003-03-06 Thread Bruce Momjian
Tom Lane wrote: > Randy Cone <[EMAIL PROTECTED]> writes: > > What's particularly irksome is that this happens even when no SSL is > > supposed to be used at all, i.e. simple tcp/ip host based client connect. > > Hard to see how that could happen, unless some SSL logic has snuck into > the non-SSL

Re: [BUGS] pg_dumpall ignores --globals-only

2003-03-06 Thread Oliver Elphick
On Thu, 2003-03-06 at 19:25, Dan Langille wrote: > Hi folks... > > Can anyone else confirm this on 7.3.2? > > $ pg_dumpall --globals_only In fact it should be "globals-only" (hyphen, not underscore), but even when spelt correctly it doesn't work. > pg_dumpall: unrecognized option `--globals_onl

Re: [BUGS] pg_dumpall ignores --globals-only

2003-03-06 Thread Tom Lane
"Dan Langille" <[EMAIL PROTECTED]> writes: > $ pg_dumpall --globals_only > pg_dumpall: unrecognized option `--globals_only' Looks like it's just a one-liner oversight. I'm not sure whether -g will work on your platform; if not, use the attached patch. regards, tom lane *

Re: [BUGS] pg_dumpall ignores --globals-only

2003-03-06 Thread Tom Lane
"Dan Langille" <[EMAIL PROTECTED]> writes: > $ pg_dumpall --globals_only > pg_dumpall: unrecognized option `--globals_only' There seems to be a bit of a disconnect between the code, the usage message, and the long_options table in pg_dumpall :-(. I'll see about cleaning it up, but in the meantime

[BUGS] pg_dumpall ignores --globals-only

2003-03-06 Thread Dan Langille
Hi folks... Can anyone else confirm this on 7.3.2? $ pg_dumpall --globals_only pg_dumpall: unrecognized option `--globals_only' Try 'pg_dumpall --help' for more information. -g works OK. I seem to recall this problem arising before. I've had confirmation that the problem exists in 7.3. -- Da