Re: High-water Mark for number of sessions/connections reached in Postgres

From: Jesper Krogh <jesper(at)krogh(dot)cc>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: High-water Mark for number of sessions/connections reached in Postgres
Date: 2011-05-31 18:35:14
Message-ID: 4DE534E2.6000101@krogh.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> I was wondering if we can query/obtain the high-water mark of number
> of sessions or connections reached in a Postgres database. Is there a
> view or command that can provide this information. The
> pg_stat_database shows the current number of connections, but not the
> high-water mark a database had reached.

Like "show max_connections"

Jesper

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2011-05-31 18:35:28 Re: Server crash... trying to figure it out
Previous Message Kevin Grittner 2011-05-31 18:31:49 Re: Server crash... trying to figure it out