sepgsql: fix relkind handling on foreign tables - Mailing list pgsql-hackers

From Kohei KaiGai
Subject sepgsql: fix relkind handling on foreign tables
Date
Msg-id BANLkTiknBKHGt=MHF9HmZ5=p-kAeDdpgaA@mail.gmail.com
Whole thread Raw
Responses Re: sepgsql: fix relkind handling on foreign tables  (Robert Haas <robertmhaas@gmail.com>)
List 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>

Attachment

pgsql-hackers by date:

Previous
From: Marios Vodas
Date:
Subject: Compile plPython for Python 3.2
Next
From: "MauMau"
Date:
Subject: Do you recommend 8.4 or 9.0 for basic usage?