Are there any desktop clients that I can use to connect to my web hosting PostgreSQL database?

This is so that I can run test queries without having to use the web interface.

link|improve this question

75% accept rate
1  
Also, what is your OS? – Jin Oct 5 '11 at 2:12
1  
Look at the answers of the duplicate question: stackoverflow.com/questions/7654987/… – Erwin Brandstetter Nov 5 '11 at 6:02
feedback

closed as not constructive by random Nov 5 '11 at 12:14

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

Looking at your other questions I assume you are looking for a solution for Windows 7.

The default desktop client of PostgreSQl is pgAdmin which also has a Windows version. A problem may arise if the PostgreSQL server is not accessible via IP from outside of your web server. If you has an SSH account on the web server machine you can use SSH port forwarding for establishing a connection to the remote PostgreSQL instance.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.