Re: Unable to connect to PostgreSQL 8 from PGAdmin III

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Unable to connect to PostgreSQL 8 from PGAdmin III
Дата
Msg-id 20060811234449.56390.qmail@web31814.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Unable to connect to PostgreSQL 8 from PGAdmin III  ("Jasbinder Bali" <jsbali@gmail.com>)
Список pgsql-novice
> http://www.postgresql.org/docs/8.0/interactive/app-pg-ctl.html
>
> it doesn't have -i option

Correct,  kind of...

look for the option -o "-i"

the -o passes options from a text string you provide directly to the postmaster service once it is
started.

Notice that -i is an option for the postmaster.

http://www.postgresql.org/docs/8.0/interactive/app-postmaster.html

Regards,

Richard Broersma Jr.



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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: executing a procedure withing a procedure?
Следующее
От: "Mike Nees"
Дата:
Сообщение: New to Postgres