Re: psql and ROLES - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql and ROLES
Date
Msg-id 3427.1123441711@sss.pgh.pa.us
Whole thread Raw
In response to psql and ROLES  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: psql and ROLES  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
> *) there is no backslash command for getting a list of Roles (like \du &
> \dg for Users and Groups) - I'm considering using \dr for that - does
> that sound sensible ?

We could just recycle \du and/or \dg for the purpose.  If those should
still exist as separate commands, what should they do differently from
\dr?  There's no longer any hard-and-fast distinction ...

> *) the new connectionlimit code allows for negative Limits (beside -1)

Right now, any negative value is interpreted as "no limit".  I don't
feel a pressing need to change that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cygwin - make check broken
Next
From: Tom Lane
Date:
Subject: Re: Race condition in backend process exit