sepgsql: fix relkind handling on foreign tables

Поиск
Список
Период
Сортировка
От Kohei KaiGai
Тема sepgsql: fix relkind handling on foreign tables
Дата
Msg-id BANLkTiknBKHGt=MHF9HmZ5=p-kAeDdpgaA@mail.gmail.com
обсуждение исходный текст
Ответы Re: sepgsql: fix relkind handling on foreign tables
Список pgsql-hackers
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.

Thanks,
--
KaiGai Kohei <kaigai@kaigai.gr.jp>

Вложения

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

Предыдущее
От: Marios Vodas
Дата:
Сообщение: Compile plPython for Python 3.2
Следующее
От: "MauMau"
Дата:
Сообщение: Do you recommend 8.4 or 9.0 for basic usage?