Re: A bad behavior under autocommit off mode

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 <blind(at)xythos(dot)com>, 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-21 22:41:39
Message-ID: 16007.1048286499@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 wonder if we should allow the client to specify settings on connection
> start that _can't_ be changed via SET.

The GUC code already has that concept (PGC_BACKEND) --- it'd be simple
to move some existing variables into that category if we decide that's
what we want to do. But I don't think we want to do so for DateStyle,
whatever position we take on autocommit.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-21 22:46:41 Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Previous Message Tom Lane 2003-03-21 22:38:50 Re: cursors: SCROLL default, error messages