Re: multiple dbs on a port
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: chris markiewicz <cmarkiew@commnav.com>
Cc: <pgsql-general@postgresql.org>
Date: 2001-03-05T21:53:05Z
Lists: pgsql-general
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/