I am trying to connect to a remote postgresql database using dyndns. I have tried various urls, without success. My most recent:

Code:
jdbc:postgresql://[http://name.host.com]:5432/database
I am new to this type of thing, so any help would be very much appreciated.