Обсуждение: pgsql: Accept 'public' as a pseudo-role name in has_table_privilege() a

Поиск
Список
Период
Сортировка

pgsql: Accept 'public' as a pseudo-role name in has_table_privilege() a

От
Itagaki Takahiro
Дата:
Accept 'public' as a pseudo-role name in has_table_privilege() and friends
to see if a particular privilege has been granted to PUBLIC.

The issue was reported by Jim Nasby.
Patch by Alvaro Herrera, and reviewed by KaiGai Kohei.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d0f876ca8ccb7dc8820302543b114014b7bac090

Modified Files
--------------
doc/src/sgml/func.sgml      |    7 +++--
src/backend/utils/adt/acl.c |   62 ++++++++++++++++++++++++++----------------
2 files changed, 42 insertions(+), 27 deletions(-)