chris markiewicz writes:
> i currently have two databases (development and qa) running on the same
> port. i recently had a situation where both databases gave me a "too many
> clients" at the same time. is this just a coincidence or do all databases
> on a common port share other parameters or resources?
The connection limit is per server (i.e., postmaster process). It doesn't
matter how many databases the server has access to.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/