Re: [SQL] After insert trigger and select

2011-02-16 Thread Rok Jaklič
On 02/16/2011 08:46 PM, pasman pasmański wrote: If I have after insert trigger on some table which updates some data in that same table, will be the select statement from some other client executed after all statements in that trigger? select statement is fired before commit ? pas

[SQL] After insert trigger and select

2011-02-16 Thread Rok Jaklič
Hi. If I have after insert trigger on some table which updates some data in that same table, will be the select statement from some other client executed after all statements in that trigger? Thank you and kind regards, Rok -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To ma