Re: which the best way to start postgres.

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: which the best way to start postgres.
Дата
Msg-id 4B7048DD.7030201@hogranch.com
обсуждение исходный текст
Ответ на which the best way to start postgres.  ("erobles" <erobles@sensacd.com.mx>)
Список pgsql-general
erobles wrote:
> Which is the best way to start postgres????
>
> througth  pc_ctl or postmaster????

depends on your OS too.   on a RH/Fedora kind of install, where there is
a /etc/init.d script to start postgres, the best way of starting it is...

    # /etc/init.d/postgresql start

on  a windows system, where postgres is installed as a system service...

    C:\> net start pgsql-8.3

on a solaris 10 system, where postgres is under control of the SMF
service manager,

    # svcadm enable postgresql:version_83_64bit


if you're rolling your own service descriptor, or don't have one yet,
then yes, use pg_ctl





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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Multiple buffer cache?
Следующее
От: Janning Vygen
Дата:
Сообщение: second concurrent update takes forever