Re: Connection Pooling, a year later

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Connection Pooling, a year later
Дата
Msg-id 200112181415.fBIEF5S07195@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Connection Pooling, a year later  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Ответы Re: Connection Pooling, a year later  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> At 11:49 PM 12/17/01 -0500, Bruce Momjian wrote:
> >new person.  Now, if you want to abort a left-over transaction, you can
> >do an ABORT but that is going to show up in the server logs because an
> >ABORT without a transaction causes an error message.
> 
> I do a lot of rollbacks typically. Would that cause errors?
> 
> I prefer doing rollbacks to commits when in doubt.

No problem, it is just that rollbacks when you are not in a transaction
cause a log error message.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Connection Pooling, a year later
Следующее
От: Bruce Momjian
Дата:
Сообщение: Concerns about this release