Re: Foreign table permissions and cloning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Foreign table permissions and cloning
Дата
Msg-id 18033.1303756269@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Foreign table permissions and cloning  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Foreign table permissions and cloning  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> ... There's a similar stanza for sequences, but that one uses
> ereport(WARNING...) rather than ereport(ERROR...).  We could either
> remove that stanza entirely (making foreign tables consistent with
> views) or change ERROR to WARNING (making it consistent with
> sequences).

Well, the relevant point here is that there's little or no likelihood
that we'll ever care to support direct UPDATE on sequences.  This is
exactly not the case for foreign tables.  So I would argue that GRANT
should handle them like views; certainly not be even more strict than
it is for sequences.

IOW, yeah, let's drop these two checks.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: "stored procedures"
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: "stored procedures"