Is there a way to use exported snapshots in autocommit mode ? - Mailing list pgsql-hackers

From Hannu Krosing
Subject Is there a way to use exported snapshots in autocommit mode ?
Date
Msg-id CAMT0RQTDTi455Zjfw4_3kBHoy0ALo0xLm5Quo4r-fw9YRWYz+g@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hello hackers,

Is there a way to use exported snapshots in autocommit mode ?

Either something similar to defaults in default_transaction_deferrable,  default_transaction_isolation,  default_transaction_read_only
Or something that could be set in the function's SET part.

Context: I am working on speeding up large table copy via parallelism using pl/proxy SPLIT functionality and would like to have all the parallel sub-copies run with the same snapshot.

Best Regards
Hannu

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Raising the SCRAM iteration count
Next
From: Amul Sul
Date:
Subject: Re: Error-safe user functions