Re: [HACKERS] [Fwd: Re: [JDBC] Patch for handling "autocommit=false" in postgresql.conf]

2002-10-11 Thread snpe
Barry, Never mind. Patch with 'begin;set autocommit to on;commit' work fine for JDBC spec. regards, Haris Peco On Friday 11 October 2002 02:57 am, Barry Lind wrote: > Did anything come of this discussion on whether SET initiates a > transaction or not? > > In summary what is the right way to deal

Re: [HACKERS] [Fwd: Re: [JDBC] Patch for handling "autocommit=false"

2002-10-10 Thread Bruce Momjian
Barry Lind wrote: > Did anything come of this discussion on whether SET initiates a > transaction or not? SET does not start a multi-statement transaction when autocommit is off. > In summary what is the right way to deal with setting autocommit in clients? I guess just 'set autocommit to on'

[HACKERS] [Fwd: Re: [JDBC] Patch for handling "autocommit=false" in postgresql.conf]

2002-10-10 Thread Barry Lind
Did anything come of this discussion on whether SET initiates a transaction or not? In summary what is the right way to deal with setting autocommit in clients? thanks, --Barry Original Message Subject: Re: [JDBC] Patch for handling "autocommit=false" in postgresql.conf Date