Re: New docs chapter on Transaction Management and related changes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: New docs chapter on Transaction Management and related changes
Дата
Msg-id Y0iC70N3ni3xoQkE@momjian.us
обсуждение исходный текст
Ответ на Re: New docs chapter on Transaction Management and related changes  (Simon Riggs <simon.riggs@enterprisedb.com>)
Ответы Re: New docs chapter on Transaction Management and related changes  (Erik Rijkers <er@xs4all.nl>)
Список pgsql-hackers
On Tue, Sep 13, 2022 at 03:02:34PM +0100, Simon Riggs wrote:
> Thanks Robert. I've tried to accommodate all of your thoughts, plus Alvaro's.
> 
> New v5 attached.
> 
> Happy to receive further comments.

I liked this patch very much.  It gives details on a lot of the
internals we expose to users.  Some of my changes were:

*  tightening the wording
*  restructuring the flow
*  splitting out user-visible details (prepared transactions) from
   internals, e.g., xid, vxid, subtransactions
*  adding references from places in our docs to these new sections

I plan to apply this and backpatch it to all supported versions since
these details apply to all versions.  These docs should enable our users
to much better understand and monitor Postgres.

Updated patch attached.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson


Вложения

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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: GUC values - recommended way to declare the C variables?
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: Allow WindowFuncs prosupport function to use more optimal WindowClause options