Re: Command Triggers - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Command Triggers
Date
Msg-id 201112022201.47609.andres@anarazel.de
Whole thread Raw
In response to Command Triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Command Triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List pgsql-hackers
Hi,

Hm. I just noticed a relatively big hole in the patch: The handling of 
deletion of dependent objects currently is nonexistant because they don't go 
through ProcessUtility...

Currently thinking what the best way to nicely implement that is. For other 
commands the original command string is passed - that obviously won't work for 
that case...

Andres



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: WIP: Join push-down for foreign tables
Next
From: "Kevin Grittner"
Date:
Subject: Re: FlexLocks