|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] postgres on RH EL 4
|
On 3/24/06, Andrew Libby wrote:
> Another approach is to look in the postgresql start/ stop script
> in /etc/init.d and try to chase it down that way. Look for
> the location of PGDATA.
I got it.
It was looking for PGOPTS in /etc/sysconfig/pgsql/postgresql
PGOPTS would be run time parameters. In my case that would be:
PGOPTS='-i -h 127.0.0.1'
I was trying to insert the conf file directives:
tcpip_socket=true
virtual_host="127.0.0.1'
Thanks.
--
-Chad C Waters
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|