Re: Re: proposal and patch : support INSERT INTO...RETURNING with partitioned table using rule - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Re: proposal and patch : support INSERT INTO...RETURNING with partitioned table using rule
Date
Msg-id 20121023152540.GF4971@alvh.no-ip.org
Whole thread Raw
In response to Re: proposal and patch : support INSERT INTO...RETURNING with partitioned table using rule  (johnlumby <johnlumby@hotmail.com>)
List pgsql-hackers
johnlumby escribió:
> On 09/20/12 16:34, Tom Lane wrote:

> >It seems to me that instead of lobbying to throw another kluge on top
> >of that pile, you'd be better off looking for alternative solutions.
> >Have you tried implementing this as an INSTEAD OF trigger, and not using
> >rules at all?  That mechanism works just fine with RETURNING, and it
> >seems to me that it would let you do whatever you could do inside a
> >custom function.  It would certainly be enough for the
> >dynamic-partition-redirection problem.

> Anyhow,  yes,   this does indeed serve as a solution to the problem
> without needing any kluges or hacks,  so thank you.
> But it gives me (and anyone else who tries it) more work than
> one simple RULE on the table without needing to add the view.
> By the way  -  what is the reason for the restiction
> that INSTEAD OF triggers cannot be defined on "real" tables,
> only on views?      Could this be lifted?

I read this as meaning that this patch is not necessary.  You seem to be
saying that you'd like some other things patched in some other ways, but
they are unrelated to the original patch.  If you are able to figure out
what you want to change and how, please submit another proposal and patch.

I'm marking this one "rejected" in the current commitfest.  Thanks.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [PATCH] Make pg_basebackup configure and start standby [Review]
Next
From: Alvaro Herrera
Date:
Subject: Re: FDW for PostgreSQL