Joerg Maier wrote:
Can anyone tell me how to get PostgreSQL work with TCP/IP connection on
the port localhost:5432?
The Database is running but there is no connection possible with GNOME
DB.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-list
You need to edit /var/lib/pgsql/data/postgresql.conf (On my PGSQL server
under RH8) and change the lines about the connection parameters, it's
fairly self explanitory.
tcpip_socket = true # <- The important line to you
port = 5432