I have a local dev site on my machine with Apache server and PostgreSQL 9.1 database. As I\'m using Windows, I also installed Cygwin. I want to access to database and make some
As of today, you just have to install postgresql-client package in cygwin:
Now you can open Cygwin terminal and type psql to run!