Re: [GENERAL] connect local pgAdmin III to remote postgres server

2012-05-08 Thread Raymond O'Donnell
On 08/05/2012 12:21, gdhia wrote: > > postgresql.conf has the changed value: > #listen_addresses = '*' You need to uncomment this line for it to take effect. Remove the '#' from the start of the line, and then restart (or maybe just reload? - not sure) the server. Ray. -- Raymond O'Donnell ::

[GENERAL] connect local pgAdmin III to remote postgres server

2012-05-08 Thread gdhia
Hi all, I have a Debian server on which is installed Postgresql, with a database. I have installed pgAdmin III on my computer (Win 7) and I try to communicate with postgres on my server to display it. on my server, using this code tells me the DB installed: postgres=# select datname from pg_dat