Re: Automatic transactions in psql

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Automatic transactions in psql
Дата
Msg-id GNELIHDDFBOCMGBFGEFOEEEMCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Automatic transactions in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-patches
> Secondly, it adds a "begin transaction" option that, when
> enabled, ensures that you are always inside a transaction
> while in psql, so you can always rollback. It does this
> by issuing a BEGIN at the appropriate times. This patch
> (if ever accepted) conflicts a bit with LO_RTANSACTION:
> psql now *does* have a way to know if it is in a
> transaction or not, so that part may need to get rewritten.

Sweeeet.  I've gone mad trying to get people with access to our production
databases to do _everything_ within a transaction when they start fiddling
around!

Chris


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Automatic transactions in psql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/pg_filedump - PostgreSQL File Dump Utility