Re: [BUGS] pg_ctl -w option does not behave as documented

2002-07-30 Thread Bruce Momjian
The pg_ctl code has this warning: # FIXME: This is horribly misconceived. # 1) If password authentication is set up, the connection will fail. # 2) If a virtual host is set up, the connection may fail. # 3) If network traffic filters are set up tight enou

Re: [BUGS] pg_ctl -w option does not behave as documented

2002-07-23 Thread Bruce Momjian
Uh, do you have a password configured for the super-user? Could that be the prompt? --- Daniel Alvarez wrote: > PostgreSQL 7.2.1 / SUSE Linux 8.0 > > According to the output of "pg_ctl --help", the -w option (lowercase) >

[BUGS] pg_ctl -w option does not behave as documented

2002-07-22 Thread Daniel Alvarez
PostgreSQL 7.2.1 / SUSE Linux 8.0   According to the output of "pg_ctl --help", the -w option (lowercase) should force the frontend to wait until the postmaster's startup completes. Instead it prompts for a password, as with the (-W) option (uppercase). Ommiting the option, the frontend stil