Re: AutoCommit mode in PostgreSQL (7.3 beta1 from CVS 05.09.2002)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: snpe <snpe(at)snpe(dot)co(dot)yu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: AutoCommit mode in PostgreSQL (7.3 beta1 from CVS 05.09.2002)
Date: 2002-09-06 14:40:17
Message-ID: 200209061440.g86EeHU18991@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

snpe wrote:
> Hello,
> I am try 'autocommit' mode off in postgresql.conf
>
> This is fine, but if I don't call commit and exit from plsql, PostgreSQL do
> rollback.Can I change this behavior.

I assume this is 7.3beta. What does the SQL standard say about exit
from a sesion without commit? There is currently no way to change that
behavior.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Gribble 2002-09-06 14:51:34 Re: What is 'Postgres'?
Previous Message Bruce Momjian 2002-09-06 14:31:34 Re: 7.3b1 installation