pgsql: Doc: document the current-transaction-modes GUCs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: document the current-transaction-modes GUCs.
Date: 2021-07-17 15:53:24
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/[email protected]

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3058732dcc9b2cc524a3bb00fb66eebc08a82b3f

Modified Files
--------------
doc/src/sgml/config.sgml | 62 +++++++++++++++++++++++++++++++++++
doc/src/sgml/ref/set_transaction.sgml | 13 +++++++-
2 files changed, 74 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-07-17 17:35:39 pgsql: Make new replication slot test code less racy
Previous Message Alvaro Herrera 2021-07-16 21:50:31 pgsql: Fix pg_dump for disabled triggers on partitioned tables