Re: Repeatable Read Isolation Level "transaction start time" - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Repeatable Read Isolation Level "transaction start time"
Date
Msg-id dcf7f34d-0f5e-4674-8a26-081dfff387c4@aklaver.com
Whole thread Raw
In response to Re: Repeatable Read Isolation Level "transaction start time"  (Ron Johnson <ronljohnsonjr@gmail.com>)
List pgsql-general
On 9/24/24 09:12, Ron Johnson wrote:

> Makes sense.  Never would have occurred to me to try and change the 
> isolation level using a second SET TRANSACTION statement, though.

 From the docs:

https://www.postgresql.org/docs/current/sql-set-transaction.html

The SET TRANSACTION command sets the characteristics of the current 
transaction. It has no effect on any subsequent transactions. SET 
SESSION CHARACTERISTICS sets the default transaction characteristics for 
subsequent transactions of a session. These defaults can be overridden 
by SET TRANSACTION for an individual transaction.


> 
> -- 
> Death to <Redacted>, and butter sauce.
> Don't boil me, I'm still alive.
> <Redacted> crustacean!

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Issues with PostgreSQL Source Code Installation
Next
From: Ayush Vatsa
Date:
Subject: Re: Issues with PostgreSQL Source Code Installation