Search Postgresql Archives

Re: which the best way to start postgres.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux