pgsql: Doc: document the current-transaction-modes GUCs. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: document the current-transaction-modes GUCs.
Date
Msg-id E1m4md2-0007wz-4K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4466b38ec6ffd4ddea135c5baff978b7b43f8257

Modified Files
--------------
doc/src/sgml/config.sgml              | 64 ++++++++++++++++++++++++++++++++++-
doc/src/sgml/ref/set_transaction.sgml | 13 ++++++-
2 files changed, 75 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix pg_dump for disabled triggers on partitioned tables
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Make new replication slot test code less racy