View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 09:42 AM
Tom Lane
 
Posts: n/a
Default Re: As proposed the complete changes to pg_trigger and pg_rewrite

Jan Wieck <JanWieck@Yahoo.com> writes:
> Attached is the completed patch that changes pg_trigger and extends
> pg_rewrite in order to allow triggers and rules to be defined with
> different, per session controllable, behaviors for replication purposes.


The SPI_savedplans part of this is pretty bletcherous, and has been
overtaken by events anyway. I'd suggest testing whether plancache.c
has anything in its list.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote