Re: PG10 Partitioned tables and relation_is_updatable()
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Cc: Joe Conway <mail@joeconway.com>,
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-06-13T17:29:39Z
Lists: pgsql-hackers
Attachments
- teach-RemoveRoleFromObjectPolicy-about-partitioned-tables.patch (text/x-patch) patch
- teach-plpgsql-about-partitioned-tables.patch (text/x-patch) patch
On 13 June 2017 at 05:50, Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> wrote: > On Tue, Jun 13, 2017 at 12:03 AM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote: >> Barring objections, I'll push my original patch and work up patches >> for the other couple of issues I found. > > No objections, the patch is good to go as is. Sorry for high-jacking > this thread. > Thanks for the review. Patch pushed. Here are patches for the other 2 issues, with test cases showing how they currently fail on HEAD. Regards, Dean
Commits
-
Teach PL/pgSQL about partitioned tables.
- d3c3f2b1e25c 10.0 landed
-
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
- f356ec57444e 10.0 landed
-
Teach relation_is_updatable() about partitioned tables.
- b6263cd851ef 10.0 landed