El 13/06/15 a las 10:58, Mephysto escribió:
>
> Thank you Holger,
> any suggestions?
>
> I'm using the same settings used for ssh connection to vm, and these
> work correctly....
>
> Bye.
>
> Meph
>
Hello
Are PosgreSQL listening in the IP of the machine with (for example):
listen_addresses = '*' # what IP address(es) to listen on;
Instead:
listen_addresses = 'localhost' # what IP address(es) to listen on;
That is the default.
Best