Re: data from system tables.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carol Walter <walterc(at)indiana(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: data from system tables.
Date: 2007-03-27 03:58:23
Message-ID: 11291.1174967903@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Carol Walter <walterc(at)indiana(dot)edu> writes:
> We recently began giving our users a ten connection limit. The are
> some accounts that have no limit. Some of these should have no limit
> because they're system accounts, but others are just users that were
> created before we started the limit. Is there a psql command that I
> can run with a "where" clause that will let me get a list of everyone
> who has no connection limit?

Sure, look into pg_authid for negative rolconnlimit entries.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2007-03-27 04:03:35 Re: data from system tables.
Previous Message Tom Lane 2007-03-27 03:37:18 Re: [GENERAL] ERROR: out of shared memory