Re: sepgsql: fix relkind handling on foreign tables

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: sepgsql: fix relkind handling on foreign tables
Дата
Msg-id BANLkTin4uWgvQGf+gbfM8P3wEbGy4r_Xhg@mail.gmail.com
обсуждение исходный текст
Ответ на sepgsql: fix relkind handling on foreign tables  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Ответы Re: sepgsql: fix relkind handling on foreign tables  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
On Sun, May 22, 2011 at 5:52 AM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:
> The attached patch fixes up case handling in foreign tables.
>
> Now it didn't assign security label on foreign table on its creation
> time, and didn't check access rights on the dml hook.
> This patch fixes these problems; It allows foreign tables default
> labeling and access checks as db_table object class.

A foreign table is really more like a view, or a function call.  Are
you sure you want to handle it like a table?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Identifying no-op length coercions
Следующее
От: Dan Ports
Дата:
Сообщение: Re: SSI predicate locking on heap -- tuple or row?