Re: starting postgres on red hat - Mailing list pgsql-admin

From John
Subject Re: starting postgres on red hat
Date
Msg-id 48C95CA4.7070408@johndubchak.com
Whole thread Raw
In response to Re: starting postgres on red hat  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List 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

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: starting postgres on red hat
Next
From: Chris Browne
Date:
Subject: Re: replica of database