Re: [GENERAL] enforcing transaction mode for read-write queries.

2012-09-30 Thread Rajesh Kumar Mallah
A gem it was i just needed that . Thanks! I tested and it serves my purpose. On Mon, Oct 1, 2012 at 8:54 AM, David Johnston wrote: > On Sep 30, 2012, at 22:22, Rajesh Kumar Mallah > wrote: > > > Hi , > > > > We are a PerlDBI shop and and are doing a code migration from > > implicit transactio

Re: [GENERAL] enforcing transaction mode for read-write queries.

2012-09-30 Thread David Johnston
On Sep 30, 2012, at 22:22, Rajesh Kumar Mallah wrote: > Hi , > > We are a PerlDBI shop and and are doing a code migration from > implicit transaction mode (ie, AutoCommit=>0) to an explicit mode (ie, > AutoCommit=>1) . > > While the code migration is ongoing (or even permanently) We wish

[GENERAL] enforcing transaction mode for read-write queries.

2012-09-30 Thread Rajesh Kumar Mallah
Hi , We are a PerlDBI shop and and are doing a code migration from implicit transaction mode (ie, AutoCommit=>0) to an explicit mode (ie, AutoCommit=>1) . While the code migration is ongoing (or even permanently) We wish that postgresql reject any UPDATE , DELETE , INSERT , nextval , setval