-
- Downloads
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.
Showing
- doc/src/sgml/func.sgml 27 additions, 1 deletiondoc/src/sgml/func.sgml
- src/backend/catalog/information_schema.sql 112 additions, 126 deletionssrc/backend/catalog/information_schema.sql
- src/backend/utils/adt/acl.c 221 additions, 1 deletionsrc/backend/utils/adt/acl.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 14 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 7 additions, 1 deletionsrc/include/utils/builtins.h
Loading
Please register or sign in to comment