Re: pg_ctl with unix domain socket?

Поиск
Список
Период
Сортировка
От Josef Wolf
Тема Re: pg_ctl with unix domain socket?
Дата
Msg-id 20090901144725.GB19919@raven.wolf.lan
обсуждение исходный текст
Ответ на Re: pg_ctl with unix domain socket?  (Adrian Klaver <aklaver@comcast.net>)
Ответы Re: pg_ctl with unix domain socket?  (Josef Wolf <jw@raven.inka.de>)
Список pgsql-general
On Tue, Sep 01, 2009 at 06:34:21AM -0700, Adrian Klaver wrote:
> On Tuesday 01 September 2009 4:28:22 am Josef Wolf wrote:

Thanks for your help, Adrian!

[ ... ]
> > Any hints how to use pg_ctl to start/stop postgresql on a unix domain
> > socket?
>
> 1) In postgresql.conf make listen_addresses empty per instructions:

I could get it running with putting listen_addresses='' in postgresql.conf
and then running

    pg_ctl -Ddb -o "-h '' -k `pwd`/db" -l postgreslog start

    pg_ctl -Ddb -o "-h '' -k `pwd`/db" -l postgreslog stop

Thanks to all who helped

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Keys and indexes
Следующее
От: xaviergxf
Дата:
Сообщение: Get closest numbers between intervals