Autocommit off in psql

Поиск
Список
Период
Сортировка
От Wolfgang Wilhelm
Тема Autocommit off in psql
Дата
Msg-id 1317404836.812502.1415174912912.JavaMail.yahoo@jws11120.mail.ir2.yahoo.com
обсуждение исходный текст
Ответы Re: Autocommit off in psql  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-admin
Hello there,

we are using Pg 9.3.4. My developers will have to transform an Oracle database application to PG. Some of them will switch from sqlplus to psql.

There's an annoying difference between the database command line tools.
Oracle doesn't have a BEGIN for a transaction start but needs a commit for saving changes. Psql on the other hand requires BEGIN to start an transaction or it will be in autocommit mode. Guess how much not so nice words I've heard in the last days because my team forgets that transaction begin...

Is there any way to make psql work a little bit more like sqlplus? "Set autocommit off" is obviously no solution as it's not valid anymore. Maybe there is another more sqlplus-ish tool?

Regards
Wolfgang

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

Предыдущее
От: jayknowsunix@gmail.com
Дата:
Сообщение: Re: xlog-cleanup problem
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Autocommit off in psql