pg_ctl -w option does not behave as documented

Поиск
Список
Период
Сортировка
От Daniel Alvarez
Тема pg_ctl -w option does not behave as documented
Дата
Msg-id 002f01c2319a$52f66800$2a06fea9@da1
обсуждение исходный текст
Ответы Re: pg_ctl -w option does not behave as documented  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pg_ctl -w option does not behave as documented  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
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 still blocks until the end of startup.

The behavior described is trivial and I won't bother you with unnecessary d=
etails.
For reproduction, invoke

   pg_ctl start -w -l somelog -o "-i" -D somecluster

and you'll be prompted for a password.

This was correctly implemented in version 7.1.3 and may require a
change in the invocing scripts when upgrading to version 7.2.1.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG 7.1: VIEW returns fewer rows than equivalent select
Следующее
От: Edwin Grubbs
Дата:
Сообщение: Re: Bug #672: timestamp() converts timezone in wrong direction