Re: transaction isolation level in plpgsql function - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: transaction isolation level in plpgsql function
Date
Msg-id 2f4958ff0811210149w13f61b6dge560e6d71df04783@mail.gmail.com
Whole thread Raw
In response to Re: transaction isolation level in plpgsql function  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
List pgsql-general
whatever calls the function is responsible for transaction level change, because SELECT BLA(); already by default is wrapped by begin;end; - and you can only change transaction level right after BEGIN;
although , I feel your pain, it is not possible.

pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Postgres mail list traffic over time
Next
From: Marcus Engene
Date:
Subject: Re: where in (select array)