Re: postgresql 7.3 php transaction problem

Поиск
Список
Период
Сортировка
От chris smith
Тема Re: postgresql 7.3 php transaction problem
Дата
Msg-id 3c1395330602252133u3af0fb27pdc64af7f3e4df4b3@mail.gmail.com
обсуждение исходный текст
Ответ на postgresql 7.3 php transaction problem  ("enediel gonzalez" <enediel@hotmail.com>)
Список 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.

В списке pgsql-php по дате отправления:

Предыдущее
От: "enediel gonzalez"
Дата:
Сообщение: postgresql 7.3 php transaction problem
Следующее
От: "Jacques MILIN"
Дата:
Сообщение: unsubscribe