Re: max_connections, solaris semaphores and initdb - Mailing list pgsql-novice

From Tom Lane
Subject Re: max_connections, solaris semaphores and initdb
Date
Msg-id 28594.1200096897@sss.pgh.pa.us
Whole thread Raw
In response to Re: max_connections, solaris semaphores and initdb  (Isaac Vetter <ivetter@math.purdue.edu>)
List pgsql-novice
Isaac Vetter <ivetter@math.purdue.edu> writes:
> The method I've been using to check the number of connections is by
> running apache's benchmarking tool (ab) against a db heavy php page and
> then watching serverlog for connection failures. Is there a way to check
> the current value of max_connections from a running instance?

"show max_connections"

            regards, tom lane

pgsql-novice by date:

Previous
From: LWATCDR
Date:
Subject: Re: Connecting to the database server
Next
From: Isaac Vetter
Date:
Subject: Re: max_connections, solaris semaphores and initdb - solved