Re: Transaction aborts on syntax error.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Transaction aborts on syntax error.
Дата
Msg-id 200402112139.i1BLdDm28456@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Transaction aborts on syntax error.  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs wrote:
> I've have tried to work out which section of the manual to document this
> in. The most likely section would seem to be: doc/src/sgml/mvcc.sgml,
> which is the Concurrency Control chapter of the User's Guide (on PDF).
> I'd suggest including an extra sect1 section like this...either ahead of
> or immediately behind the current Intro section
> <sect1 id="txn-integrity">
>    <title>Transactional Integrity</title>
> 
> which would discuss:
> - ACID compliance -  how PostgreSQL protects your data
> - transactional semantics, as just discussed on this conversation
> 
> Overall, not much bigger than the current Intro
> 
> If nobody objects I'll bash out a change tomorrow night.

I would think a mention should go in the BEGIN WORK manual page.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Transaction aborts on syntax error.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: libpq thread safety