Re: interesting side effect of autocommit = off

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Barry Lind <barry(at)xythos(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: interesting side effect of autocommit = off
Date: 2002-10-14 23:59:24
Message-ID: 9153.1034639964@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Steven Singer 2002-10-15 01:42:15 Re: Triggers and Schema's.
Previous Message Tom Lane 2002-10-14 23:51:17 Re: Bug in PL/pgSQL GET DIAGNOSTICS?