Re: interesting side effect of autocommit = off

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Barry Lind <barry@xythos.com>, pgsql-hackers@postgresql.org
Date: 2002-10-14T23:59:24Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am sure the problem is that psql doing a query on startup:

Yeah, and libpq does one too in some cases :-(.  Both of these need to
be fixed before 7.3 if possible.

Whether we fix these or not, it'd be a good idea to document that
turning autocommit off in postgresql.conf is not yet well-supported.
I doubt that all client-side code will be happy with that for awhile
yet ...

			regards, tom lane