Just upgraded postgres to:
postgresql-test-7.3.1-6mdk
postgresql-jdbc-7.3.1-6mdk
postgresql-python-7.3.1-6mdk
postgresql-tcl-7.3.1-6mdk
postgresql-server-7.3.1-6mdk
postgresql-contrib-7.3.1-6mdk
postgresql-7.3.1-6mdk
postgresql-devel-7.3.1-6mdk
got it migrated and then attempted to add the -i option in the
/etc/sysconfig/pgsql/postgresql file as instructed to allow network
connections. It looks like the PGOPTS variable is ignored in the
initscript. At any rate I am unable to make connections to 127.0.0.1
after setting the option in this file.
I suspect the culprit is this line:
su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p
/usr/bin/postmaster -o '-p ${PGPORT}' start > /dev/null 2>&1" <
/dev/null
There should be a -o $PGOPTS in there somewhere -- unfortunately my
attempts to get it to work have failed thus far.
James.