Re: [sepgsql 2/3] Add db_schema:search permission checks

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [sepgsql 2/3] Add db_schema:search permission checks
Дата
Msg-id 20130412144232.GF30671@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [sepgsql 2/3] Add db_schema:search permission checks  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [sepgsql 2/3] Add db_schema:search permission checks  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas escribió:
> On Mon, Apr 8, 2013 at 12:28 PM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:

> > Also, the attached function-execute-permission patch is a rebased
> > version. I rethought its event name should be OAT_FUNCTION_EXECUTE,
> > rather than OAT_FUNCTION_EXEC according to the manner without
> > abbreviation. Other portion is same as previous ones.
>
> Great.  This looks fine to me, committed.  I also committed your
> getObjectIdentity patch, which caused some regression test output
> changes.  I applied the necessary correction before committing, I
> think, but please check.

I think the function-execute code path is still using
getObjectDescription rather than identity.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Detach/attach table and index data files from one cluster to another
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Analyzing bug 8049