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