Enable remote access for PostgreSQL
Public feed posted on Mon, 12 Mar 2012 by AlexRemote access to a Postgtres Database
In the last days i have worked a lot with PostgreSQL. We have some Django Application which needs some extra SQL love. I have a installation script what insert all the script to the extra SQL into the database. The Problem: ” How to do this on a remote database host, without coping everything to it more often?”
A try with psql command show also support for remote host. The great thing about psql is that will automatic using a SSL connection.
Read here more http://blog.akendo.eu/enable-remote-access-postgresql/

