Hi,
I think I know what the error is. However, I don't know how to fix it. I came across a tutorial that told me to do the following.
Step # 2: Allow communication over TCP/IP
You need to open PostgreSQL configuration file /var/lib/pgsql/data/postgresql.conf
$ vi /var/lib/pgsql/data/postgresql.conf
Now bind and open TCP/IP port by setting tcpip_socket to true:
tcpip_socket = true
Save and close the file.
I don't know what bind means. Do I just add the line tcpip_socket = true to the postgresql.conf file? I can't find the word tcpip_socket anywhere in the file.
EDIT: never mind. I just read that the above tutorial apply only to earlier versions of postgresql. It seems I have to edit postgresql.conf and try setting listen_addresses = * ... I did this and restarted the computer but it didn't work.
EDIT2: also, I can connect to the server just fine if I install PT3 and postgresql and use it right away. However, I cannot connect to the server once I restarted my computer.
