Re: autocommit off mode, how does it work? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: autocommit off mode, how does it work?
Date
Msg-id 29404.1046270894@sss.pgh.pa.us
Whole thread Raw
In response to Re: autocommit off mode, how does it work?  (Dave Cramer <dave@fastcrypt.com>)
List pgsql-hackers
Dave Cramer <dave@fastcrypt.com> writes:
> what cvs version are you working with?

CVS tip in either HEAD or REL7_3_STABLE branches works for me.

There are some known issues with autocommit getting turned off
as part of a multi-statement command that's sent to tbe backend
in a single query string.  But your example in psql wouldn't have
triggered that problem.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: I cant find it or I'm just lazy ?
Next
From: Tom Lane
Date:
Subject: Re: CHECK constraints in pg_dump