Re: A bad behavior under autocommit off mode

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Barry Lind <blind(at)xythos(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A bad behavior under autocommit off mode
Date: 2003-03-24 14:28:46
Message-ID: Pine.LNX.4.44.0303241339160.2576-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:

> If the JDBC driver needs to do anything different for one encoding than
> another, then it needs to be informed of changes. We can debate what's
> the most appropriate way to keep it informed, but I don't think we can
> just ignore the need to inform it.

We can just say, "Don't alter the client encoding behind the back of the
driver."

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-24 14:40:51 Re: A bad behavior under autocommit off mode
Previous Message Peter Eisentraut 2003-03-24 14:28:15 Re: Threaded Python vs. PostGreSQL plpython