Autocommit to off

Поиск
Список
Период
Сортировка
От Carmen Gloria Sepulveda Dedes
Тема Autocommit to off
Дата
Msg-id 3FCDFA57.C0EE8D9@atichile.com
обсуждение исходный текст
Список pgsql-general
Hello.

I have installed postgres 7.4, and I see that it's not possible to do
"alter database ... set autocommit = off"

In the documentation, I found:

Note:  The autocommit-on mode is PostgreSQL's traditional behavior, but
autocommit-off is closer to the SQL spec. If you prefer autocommit-off,
you may wish to set it in your .psqlrc file.
(http://www.postgresql.org/docs/7.4/static/app-psql.html)

My questions are:

- Where I must look for the file .psqlrc?  I must create it in a special
directory?
- What format must have this file?
- If I set this file, Do the applications (including ecpg) connect to
the database with autocommit = off????

Thanks for your responses.

CG


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

Предыдущее
От: Carmen Gloria Sepulveda Dedes
Дата:
Сообщение: autocommit off
Следующее
От: Carmen Gloria Sepulveda Dedes
Дата:
Сообщение: Re: autocommit off -- Sorry