From: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
---|---|
To: | Sai Hertz And Control Systems <sank89(at)sancharnet(dot)in> |
Cc: | pgsql-admin(at)postgresql(dot)org, pgsql-php(at)postgresql(dot)org |
Subject: | Re: Auto commit Off how will it effect us ? |
Date: | 2003-12-10 02:16:23 |
Message-ID: | 200312092116.23628.xzilla@users.sourceforge.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-php |
On Tuesday 09 December 2003 03:43, Sai Hertz And Control Systems wrote:
> Dear Robert Treat ,
>
> First of all accept gratitude for answering the question
>
> >phppgadmin=# set autocommit = off;
> >ERROR: SET AUTOCOMMIT TO OFF is no longer supported
> >phppgadmin=#
>
> Now does this mean that their must exist some PHP.INI file option that
> will make client side auto commit on
> But as such till now PHP version 4.3.4 their exist no such option till now
> and defiantly we are testing our application for PostgreSQL 7.4 .
> We would never like to miss the options provided by 7.4
>
Autocommit On is the default, you don't need any special options for it. If
you wanted autocommit off you would need a special option for that (which php
doesnt seem to have).
Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Bhartendu Maheshwari | 2003-12-10 04:21:22 | Re: Running Postgres Daemons with same data files |
Previous Message | Anjan Dave | 2003-12-09 22:35:54 | Upgrading from 7.2.4 (RH 8) to 7.4 (RH9) |
From | Date | Subject | |
---|---|---|---|
Next Message | Raul Secan | 2003-12-10 12:29:52 | upgrade to PostgreSQL 7.4 |
Previous Message | Michael Glaesemann | 2003-12-09 08:59:50 | Re: Unicode, php and postgresql |