Re: which the best way to start postgres. - Mailing list pgsql-general

From John R Pierce
Subject Re: which the best way to start postgres.
Date
Msg-id 4B7048DD.7030201@hogranch.com
Whole thread Raw
In response to which the best way to start postgres.  ("erobles" <erobles@sensacd.com.mx>)
List 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 by date:

Previous
From: Greg Smith
Date:
Subject: Re: Multiple buffer cache?
Next
From: Janning Vygen
Date:
Subject: second concurrent update takes forever