Re: why does txid_current() assign new transaction-id?

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: why does txid_current() assign new transaction-id?
Дата
Msg-id 20150530115736.GA17132@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: why does txid_current() assign new transaction-id?  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: why does txid_current() assign new transaction-id?  (Naoya Anzai <nao-anzai@xc.jp.nec.com>)
Список pgsql-hackers
Re: Michael Paquier 2015-05-28 <CAB7nPqSOx2TEgsypk8gbfa=_hJn7WNLf_tRZexY+SnN3fVF_nA@mail.gmail.com>
> Attached is a doc patch among those lines.

> diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
> index 89a609f..6485b42 100644
> --- a/doc/src/sgml/func.sgml
> +++ b/doc/src/sgml/func.sgml
> @@ -16233,7 +16233,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
>        <row>
>         <entry><literal><function>txid_current()</function></literal></entry>
>         <entry><type>bigint</type></entry>
> -       <entry>get current transaction ID</entry>
> +       <entry>get current transaction ID, assigning a new one if current transaction does not have one</entry>
                                                           ^ the
 

Christoph
-- 
cb@df7cb.de | http://www.df7cb.de/



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: initdb -S versus superuser check and Windows restricted mode
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [CORE] postpone next week's release