Re: START TRANSACTION

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: START TRANSACTION
Дата
Msg-id Pine.LNX.4.44.0207302200310.2824-100000@localhost.localdomain
обсуждение исходный текст
Ответ на START TRANSACTION  (nconway@klamath.dyndns.org (Neil Conway))
Ответы Re: START TRANSACTION  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Neil Conway writes:

> The attached patch implements START TRANSACTION, per SQL99. The
> functionality of the command is basically identical to that of
> BEGIN; it just accepts a few extra options (only one of which
> PostgreSQL currently implements), and is standards-compliant.
> The patch includes a simple regression test and documentation.

Very nice patch, but I don't think we need the regression test.  It's a
bit too simple.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: START TRANSACTION
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: START TRANSACTION