Why no INSTEAD OF triggers on tables?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Why no INSTEAD OF triggers on tables?
Date: 2013-12-17 00:16:01
Message-ID: 52AF97C1.8060303@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hackers,

I've looked in the archives, but I can't find a reason why INSTEAD OF
triggers were never enabled for tables. I'm interested in them in order
to return a rowcount to JDBC for INSERTs into partitioned tables.

Was there a technical obstacle, or is this just a TUIT issue?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-12-17 00:22:35 Re: Why no INSTEAD OF triggers on tables?
Previous Message Greg Stark 2013-12-17 00:09:19 Re: Cost estimation problem on seq scan in a loop