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.
|
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.
| |||||||||
feedback
|
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.
|
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. | |||
|
feedback
|