which the best way to start postgres.

Started by eroblesabout 16 years ago3 messagesgeneral
Jump to latest
#1erobles
erobles@sensacd.com.mx

Which is the best way to start postgres????

througth pc_ctl or postmaster????

--
La información contenida en este correo electrónico es confidencial de Sensa Control Digital, S.A. de C.V. Está dirigido solamente a la dirección de correo señalada. El acceso a este correo electrónico por cualquier otra persona, No está autorizado. Si Ud. no es el receptor deliberado de este correo electrónico, cualquier difusión, copia o distribución está prohibida y puede ser ilegal. Si lo ha recibido por error, por favor notifique al emisor e inmediatamente bórrelo de forma permanente y destruya cualquier copia impresa.

The information in this Internet e-mail is confidential, belongs to Sensa Control Digital, S.A. de C.V. It is intended solely for the addressee(s). Access to this Internet e-mail by anyone else is unauthorized. If you are not the intended recipient of this e-mail, any disclosure, copying, or distribution of it is prohibited and may be unlawful. If you have received this e-mail in error, please notify the sender and immediately and permanently delete it and destroy any copies of it that were printed out.

#2erobles
erobles@sensacd.com.mx
In reply to: erobles (#1)
Re: which the best way to start postgres.

Attachments:

FIRMA CORREOS ERL.gifimage/gif; name="FIRMA CORREOS ERL.gif"Download
#3John R Pierce
pierce@hogranch.com
In reply to: erobles (#1)
Re: which the best way to start postgres.

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