That is 7.3beta.I don't know for standard, but Oracle do auto commit on exit
I think that that is fine if we have choice in postgresql.conf
thanks
haris peco
On Friday 06 September 2002 04:40 pm, Bruce Momjian wrote:
> 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.