Re: Opening postgres 5432 port - Mailing list pgsql-general

From Lamar Owen
Subject Re: Opening postgres 5432 port
Date
Msg-id 200210211323.16832.lamar.owen@wgcr.org
Whole thread Raw
In response to Opening postgres 5432 port  ("Benny" <dettoben@tiscali.it>)
List pgsql-general
On Monday 14 October 2002 04:57 am, Benny wrote:
> I can't access postegresl via ODBC, because 5432 port seems to be closed.
> How can I open it?
> I'm running postgres 7 on Redhat 7.2

IIRC Red Hat 7.2 shipped with PostgreSQL 7.1.3.  Thus, edit
/var/lib/pgsql/data/postgresql.conf to uncomment the line about tcpip_socket
and make it true instead of false.  Then restart with 'service postgresql
restart' (as root).  This replaces the need to edit the
/etc/init.d/postgresql script to add a '-i' to the pg_ctl line.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

pgsql-general by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Can't write lock file
Next
From: "scott.marlowe"
Date:
Subject: Re: transactions