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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: document the current-transaction-modes GUCs.
Дата
Msg-id E1m4md2-0007x2-4o@gemulon.postgresql.org
обсуждение исходный текст
Список 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/35e9d26a1bfe0d4fb726edc5c03b8e4fcc0a9869

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix pg_dump for disabled triggers on partitioned tables
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make new replication slot test code less racy