Re: [PHP] Postgres auto-commit

2005-10-04 Thread Skippy
Quoting Skippy <[EMAIL PROTECTED]>: > How can I disable auto-commit for a Postgres connection? Apparently > server-side autocommit was thrown out in Postgres 8.0, and clients have to > issue their own setting (which is sensible). Apparently this will work (or at least it will be accepted by pg_con

[PHP] Postgres auto-commit

2005-10-04 Thread Skippy
How can I disable auto-commit for a Postgres connection? Apparently server-side autocommit was thrown out in Postgres 8.0, and clients have to issue their own setting (which is sensible). The default is on (which I don't want). psql is apparently able to set or unset the AUTOCOMMIT option, but I f