I am running pgsql7.1 and I start it with the pg_ctl script...
When trying to connect using psql, I was told there were already too many
users. I figure that I must have hit a user count...
Where is the best place to increase the max allowed users? I have a few apps
that use connection pools and so a lot of connections are in use all the
time...
Hunter