On Fri, Mar 1, 2013 at 7:38 AM, G B <[email protected]> wrote: > SHOW superuser_reserved_connections; > > 480 > > SHOW max_connections; > 500 > > Is there something I'm missing here? Thanks for your help.
This leaves just 20 connections for non-root users. Did you intend to set superuser_reserved_connections to 20, thus leaving 480 for normal use? ChrisA -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
