Re: Transaction Snapshot Cloning - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Transaction Snapshot Cloning
Date
Msg-id 28701.1200097390@sss.pgh.pa.us
Whole thread Raw
In response to Re: Transaction Snapshot Cloning  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Transaction Snapshot Cloning  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> For (2) there's a very simple way of transferring the data between
> sessions: 
> a) we connect on session 1 as a serializable transaction
> b) we ask session 1 for its snapshot
> c) we then connect on session 2 as a serializable transaction
> d) we then execute "select replace_serializable_snapshot(...)"

[ blanches... ]  Can you say "security hole"?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Warren Turkal"
Date:
Subject: Re: Declarative partitioning grammar
Next
From: Jeff Cohen
Date:
Subject: Re: Declarative partitioning grammar