Re: A bad behavior under autocommit off mode - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: A bad behavior under autocommit off mode
Date
Msg-id 200303270450.h2R4oxW24311@candle.pha.pa.us
Whole thread Raw
In response to Re: A bad behavior under autocommit off mode  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > My basic idea was using INFO-like message to send the SET change
> > information.
> 
> Well, that's not really materially different from what I was proposing,
> except that I was thinking of a format in which the variable name and
> value are separate fields of a protocol message.  If we send it out
> as an INFO-message-like thingy then the client library has to parse
> that string...

My idea of using a string is that it is easier to pass up to application
that use libpq, like psql.  Psql need to know about client encoding
changes.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 



pgsql-hackers by date:

Previous
From: "Thomas T. Thai"
Date:
Subject: Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0
Next
From: Bruce Momjian
Date:
Subject: Re: updateable cursors & visibility