Re: DBD::PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: DBD::PostgreSQL
Дата
Msg-id 250.1037639563@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: DBD::PostgreSQL  (David Wheeler <david@wheeler.net>)
Ответы Re: DBD::PostgreSQL  (David Wheeler <david@wheeler.net>)
Список pgsql-interfaces
David Wheeler <david@wheeler.net> writes:
> I'm quite sure that in PostgreSQL, transactions have to be started 
> explicitly.

As of 7.3 that's not necessarily so anymore; you can "SET autocommit TO
off" and get the behavior where any statement starts a transaction block
(and so an explicit COMMIT is required to commit its effects).  Not
sure if this helps you or not.
        regards, tom lane


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

Предыдущее
От: David Wheeler
Дата:
Сообщение: Re: DBD::PostgreSQL
Следующее
От: David Wheeler
Дата:
Сообщение: Re: DBD::PostgreSQL