Re: Command Triggers
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@postgresql.org
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>
Date: 2011-12-02T21:01:47Z
Lists: 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