Re: START TRANSACTION

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: START TRANSACTION
Дата
Msg-id 200207302232.g6UMWI005487@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: START TRANSACTION  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Peter Eisentraut wrote:
> 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.

Roger.

--
  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, Pennsylvania 19026

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: START TRANSACTION
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: small psql patch - show Schema name for \dt \dv \dS