Re: Trying to execute several queries involving temp tables in a PHP script

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Trying to execute several queries involving temp tables in a PHP script
Дата
Msg-id CAF-3MvO9Gjck5izmdOhKMj7td5Hy8SAnmFa2CdNr+hYhHG4+FQ@mail.gmail.com
обсуждение исходный текст
Ответ на Trying to execute several queries involving temp tables in a PHP script  (Alexander Farber <alexander.farber@gmail.com>)
Список pgsql-general
On 13 June 2012 15:12, Alexander Farber <alexander.farber@gmail.com> wrote:
> And when I split my statements into multiple
> prepare()/execute() or query() calls,
> then the temp. tables aren't found anymore.

Did you remember to wrap them in a transaction like you did in your
prepared statement?

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 9.2, SQL functions' named vs numbered parameters.
Следующее
От: Misa Simic
Дата:
Сообщение: Re: Trying to execute several queries involving temp tables in a PHP script