how to Enable TCP/IP connection to a postgreSQL server.<BR><BR>FC3, postgreSQL 7.4.7<BR>the problem is when I try to connect to the server from pgAdmin III it gives ...
I have posgres up and running, and can create a database in psql using the postgres user. I also created a web user using the createuser command. Then in a perl script I say use DBI;<BR>and then try ...