implicit rollback?

Поиск
Список
Период
Сортировка
От Carol Walter
Тема implicit rollback?
Дата
Msg-id FCEF5D3E-47C2-4CE5-900F-DE9470598A5E@indiana.edu
обсуждение исходный текст
Ответы Re: implicit rollback?  ("Mohlomi Moloi" <mmoloi@khulisa.com>)
Re: implicit rollback?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-novice
Hello,

I have a program (PHP) that is executing a number of SQL commands as a
single transaction.  At the beginning of the transaction, I have a
"BEGIN" and at the end I have a "COMMIT".  If one of the transactions
fails, do I have to explicitly issue a "ROLLBACK" command, or will
postgres do this automatically because one of the commands fails?

Carol

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

Предыдущее
От: Didier Gasser-Morlay
Дата:
Сообщение: PostgreSQL 8.3.7 and PHP 5.2.9
Следующее
От: "Mohlomi Moloi"
Дата:
Сообщение: Re: implicit rollback?