Re: postgresql 7.3 php transaction problem

From: "chris smith" <dmagick(at)gmail(dot)com>
To: "enediel gonzalez" <enediel(at)hotmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: postgresql 7.3 php transaction problem
Date: 2006-02-26 05:33:05
Message-ID: 3c1395330602252133u3af0fb27pdc64af7f3e4df4b3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> launching the script from the php page fails, but taking the same script and
> using phppgadmin, the same script sucess.

Then they're probably not the same. Enable logging on your postgresql
server and see the exact queries that are being run when you use the
php script.

> Another question about transactions in postgresql
> ?Is it possible inside the transaction to see the changes ocurred into the
> database ,resulting of the previous statements executed on the same
> transaction?

Any statements executed INSIDE a transaction are visible.

To another outside transaction, nothing is visible.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Jacques MILIN 2006-02-27 12:12:09 unsubscribe
Previous Message enediel gonzalez 2006-02-26 02:51:22 postgresql 7.3 php transaction problem