Re: New docs chapter on Transaction Management and related changes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: New docs chapter on Transaction Management and related changes
Дата
Msg-id Y0iL7jzLfSbj1T38@momjian.us
обсуждение исходный текст
Ответ на Re: New docs chapter on Transaction Management and related changes  (Erik Rijkers <er@xs4all.nl>)
Ответы Re: New docs chapter on Transaction Management and related changes
Re: New docs chapter on Transaction Management and related changes
Список pgsql-hackers
On Thu, Oct 13, 2022 at 11:54:51PM +0200, Erik Rijkers wrote:
> > [xact.diff]
> 
> I think that
>   'This chapter explains how the control the reliability of'
> 
> should be:
> 'This chapter explains how to control the reliability of'
> 
> 
> And in these lines:
> +   together in a transactional manner.  The commands <command>PREPARE
> +   TRANSACTION</command>, <command>COMMIT PREPARED</command> and
> +   <command>ROLLBACK PREPARED</command>.  Two-phase transactions
> 
> 'The commands'
> 
> should be
> 'The commands are'

Thanks, updated patch attached.  You can see the output at:

    https://momjian.us/tmp/pgsql/

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

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


Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: remove redundant memset() call
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: Incorrect comment regarding command completion tags