PostgreSQL: How to execute an insert trigger without delaying insert response? -


Does anybody know how to set up an insert trigger, when someone to insert one from my application, the data Joins and gives postgres returns before the end of the trigger?

The question is: Why do you need it? The trigger should be faster if you need to do some complex, then write the trigger that sends information to some daemon which is a complex part - for example using the LISTEN / NOTIFY feature of PostGreSQL


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -