Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump
Дата
Msg-id 4952.1374173266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump  (jeff@pgexperts.com)
Список pgsql-bugs
jeff@pgexperts.com writes:
> permtest=# create extension dblink;
> CREATE EXTENSION
> permtest=# grant EXECUTE on FUNCTION dblink(text) to permtestuser;
> GRANT

I see no bug here.  This is not different from any other
property-alteration you might do on an extension member object.
We allow that (if you have privileges), but it's up to you to keep it
in sync with the extension definition file.

            regards, tom lane

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

Предыдущее
От: bricklen
Дата:
Сообщение: Re: PGSQL Bug
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump