Commit Transaction Command

Поиск
Список
Период
Сортировка
От Jim Wilson
Тема Commit Transaction Command
Дата
Msg-id twig.1091756645.73366@kelcomaine.com
обсуждение исходный текст
Ответы Re: Commit Transaction Command  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
Re: Commit Transaction Command  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
The debug logs seem a little confusing.   On sending a query something like
this will show up:

DEBUG: StartTransactionCommand
LOG: query: select * from blah;
DEBUG: ProcessQuery
DEBUG: CommitTransactionCommand

This is with auto commit off.  My first reaction on seeing this was the auto
commit setting must not work.  Then I noticed that most things,  even "begin"
and "commit" commands entered via the query interface in psql were wrapped
with the same "DEBUG" output.  And finally I did some testing and found that
transactions did in fact work correctly.

I am hoping that someone can enlighten me as to what this DEBUG output
actually indicates.

Running version 7.3.5.

Thanks,

Jim Wilson


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sequence Question DOH!
Следующее
От: nzanella@cs.mun.ca (Neil Zanella)
Дата:
Сообщение: pdql, pg_dump, and pg_restore