Tagged Questions
1
vote
1answer
66 views
installing PostgreSQL on Cygwin as a service
I'm a novice trying to install Postgresql on Cygwin as a service. I have been following the steps listed in this URL: http://www.smartpixie.com/wiki/Tech/CygwinPostgreSQL.twiki.html
Everything was ...
0
votes
1answer
40 views
How to configure Postgresql with rails project?
I am very new to ruby. I am trying to run BBYIDX and followed How to install BBYIDX on Windows?
When I try rake db:migrate it reproduces error as
(in /home/virinchy/BBYIDX-2/BBYIDX-master)
...
0
votes
1answer
40 views
PostgreSQL installation as a user on Cygwin, database server setup
I'm trying to install PostgreSQL on Cygwin as a user and i'm getting stuck on the part where I have to create a database server, after i execute the pg_ctl command, it just prints "server starting" ...
1
vote
0answers
39 views
At what point should Node be creating the database connection?
I have a Node.js application using PostgreSQL via node-postgres. I have started receiving the error "sorry, too many clients already", and this has made me wonder if I am creating too many client ...