Re: [GENERAL] Isolation level in a function

2006-01-24 Thread Bruno Wolff III
On Thu, Jan 19, 2006 at 02:05:41 -0800, bgolda <[EMAIL PROTECTED]> wrote: > Hello, this is my first post, please don't shoot... > > I was just experimenting with transactions (PG 8.1), and there is > something which puzzles me. If i write 'SET TRANSACTION ISOLATION LEVEL > SERIALIZABLE;' in my f

[GENERAL] Isolation level in a function

2006-01-19 Thread bgolda
Hello, this is my first post, please don't shoot... I was just experimenting with transactions (PG 8.1), and there is something which puzzles me. If i write 'SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;' in my function, it breaks. Error informs me, that it was executed after some query, while it