Add pg_has_role() family of privilege inquiry functions modeled after the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f9fd1764615ed5d85fab703b0ffb0c323fe7dfd5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-26T00:04:19Z
Releases: 8.1.0
Add pg_has_role() family of privilege inquiry functions modeled after the
existing ones for object privileges.  Update the information_schema for
roles --- pg_has_role() makes this a whole lot easier, removing the need
for most of the explicit joins with pg_user.  The views should be a tad
faster now, too.  Stephen Frost and Tom Lane.

Files