Doc: document the current-transaction-modes GUCs.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 35e9d26a1bfe0d4fb726edc5c03b8e4fcc0a9869
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-07-17T15:52:54Z
Releases: 13.4
Doc: document the current-transaction-modes GUCs.

We had documentation of default_transaction_isolation et al,
but for some reason not of transaction_isolation et al.
AFAICS this is just an ancient oversight, so repair.

Per bug #17077 from Yanliang Lei.

Discussion: https://postgr.es/m/17077-ade8e166a01e1374@postgresql.org

Files

PathChange+/−
doc/src/sgml/config.sgml modified +62 −0
doc/src/sgml/ref/set_transaction.sgml modified +12 −1

Documentation touched

Discussion