Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: postgresql 7.3 php transaction problem



> 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.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group