Re: [GENERAL] Accessing Windows install of PostgreSQL via cygwin

2010-04-01 Thread Filip RembiaƂkowski
You can see that python is trying to connect to postgres via unix socket. In cygwin that's rather not possible. Just switch the client to TCP mode. There should be host/port in connection settings. 2010/4/1, nerdydork : > I have had a development environment set up in Windows for Django. > Recen

[GENERAL] Accessing Windows install of PostgreSQL via cygwin

2010-04-01 Thread nerdydork
I have had a development environment set up in Windows for Django. Recently I moved all my python/django setup to cygwin because I got tired of the windows command line. Everything seems to be working except the PostgreSQL connection. I understand that I can install postgres inside of cygwin and a