Re: implicit rollback?

Поиск
Список
Период
Сортировка
От Mohlomi Moloi
Тема Re: implicit rollback?
Дата
Msg-id L97FD6AE543514e33B6357DA9FAA2431C.1245246670.scalix.khulisa.com@MHS
обсуждение исходный текст
Ответ на implicit rollback?  (Carol Walter <walterc@indiana.edu>)
Список pgsql-novice
I think you must explicitly issue a "ROLLBACK" command, reason being I
once created multiple exports to different tables for one form on to
postgres DB and I noticed when I had technical glitch prior ALL exports
being executed some of my records would be missing in my other tables
whilst other tables would populated.


-----Original Message-----
From: Carol Walter [mailto:walterc@indiana.edu]
Sent: 17 June 2009 14:27
To: pgsql-novice@postgresql.org
Subject: [NOVICE] implicit rollback?

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

--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice



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

Предыдущее
От: Carol Walter
Дата:
Сообщение: implicit rollback?
Следующее
От: John DeSoi
Дата:
Сообщение: Re: implicit rollback?