Re: Shut down postgres server...

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Shut down postgres server...
Дата
Msg-id 200406071258.33432.josh@agliodbs.com
обсуждение исходный текст
Ответ на Shut down postgres server...  (celoftis@unity.ncsu.edu)
Список pgsql-novice
Charles,

> What's the appropiate command to shut down the Postgres server
> (postmaster)?

$PGBIN/pg_ctl -D $PGDATA stop

where $PGBIN is your PG program directory, and $PGDATA is your database
directory.   See the documentation, under "Server Programs-->pg_ctl" for more
instructions.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: wikipedia article
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Ignoring an SQL INSERT error