Re: data from system tables. - Mailing list pgsql-admin

From Tom Lane
Subject Re: data from system tables.
Date
Msg-id 11291.1174967903@sss.pgh.pa.us
Whole thread Raw
In response to data from system tables.  (Carol Walter <walterc@indiana.edu>)
List pgsql-admin
Carol Walter <walterc@indiana.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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] ERROR: out of shared memory
Next
From: Michael Fuhr
Date:
Subject: Re: data from system tables.