Re: START TRANSACTION

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема Re: START TRANSACTION
Дата
Msg-id 20020727201908.GB594@klamath.dyndns.org
обсуждение исходный текст
Ответ на START TRANSACTION  (nconway@klamath.dyndns.org (Neil Conway))
Список pgsql-patches
On Sat, Jul 27, 2002 at 04:05:20PM -0400, Neil Conway wrote:
> The attached patch implements START TRANSACTION, per SQL99.

Oh, forgot to mention two things: I also removed the grammar's
"support" for chained transactions, since it was basically non-
existent (I don't see the advantage of producing an "chained
transactions not support" error rather than a generic one).
I also renamed the 'opt_level' production to 'iso_level', since
it's not "optional".

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

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

Предыдущее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: START TRANSACTION
Следующее
От: Joe Conway
Дата:
Сообщение: anonymous composite types for Table Functions (aka SRFs)