Re: A bad behavior under autocommit off mode

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Barry Lind <blind(at)xythos(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A bad behavior under autocommit off mode
Date: 2003-03-20 22:13:23
Message-ID: 1048198403.13799.10.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2003-03-20 at 13:41, Barry Lind wrote:
> However the proposed FE/BE protocol change to tell the client the
> transaction state would allow the driver to detect this.
>
<snip>
>
> Of these two limitations the first is more significant since users do
> issue 'commit' statements directly sometimes, whereas users would likely
> never change the GUC parameter in their SQL. I like the simplicity of
> the GUC parameter and that is the reason I converted the jdbc driver in
> 7.3 to use this new method.
>

While the first may seem more significant, it sounds like it is actually
going away with the fe/be protocol changes. If thats true, it seems to
me this makes the GUC method the most limiting.

Robert Treat

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2003-03-20 23:29:02 Re: A bad behavior under autocommit off mode
Previous Message Bruce Momjian 2003-03-20 20:05:28 Re: ALTER USER