START TRANSACTION

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема START TRANSACTION
Дата
Msg-id 20020727200520.GA594@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: START TRANSACTION
Re: START TRANSACTION
Re: START TRANSACTION
Re: START TRANSACTION
Список pgsql-patches
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.

Cheers,

Neil

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

Вложения

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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: remove recipe code
Следующее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: Re: START TRANSACTION