Re: starting postgres on red hat

From: John <lists(at)johndubchak(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: starting postgres on red hat
Date: 2008-09-11 18:00:04
Message-ID: 48C95CA4.7070408@johndubchak.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Scott Marlowe wrote:
> Oh yeah, please note that the proper way to start and stop services on
> RH oses is via the service command:
>
> service postgresql start
> service postgresql initdb
>
> etc...
>
Scott,

How does the above compare with using postmaster to start PostgreSQL?

I tried in the past to use the "service postgresql start" command, but
couldn't connect from a java application. I gave up and have been using
a script that uses postmaster to append a "-i" to the command line to
allow TCP/IP connections from a Java app.

Can that be configured in postgresql.conf?

Thanks,
John

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-09-11 18:14:34 Re: starting postgres on red hat
Previous Message Scott Marlowe 2008-09-11 17:28:49 Re: starting postgres on red hat