Re: Weird prepared stmt behavior

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Weird prepared stmt behavior
Дата
Msg-id 29287.1083643396@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Weird prepared stmt behavior  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: Weird prepared stmt behavior
Re: Weird prepared stmt behavior
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> Right.  But note that Tom wants to distinguish between statements
> created via PREPARE (which would rollback) from those created via a
> Prepare message (which wouldn't).

Actually, no, I'd prefer not to make such a distinction; I'd be happy
with SQL-level PREPARE being nontransactional.  I'd be willing to put up
with that distinction if someone shows it's needed, but so far there's
not been a really good argument advanced for it, has there?
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Weird prepared stmt behavior
Следующее
От: olivia jurado
Дата:
Сообщение: I need Help