Re: Support for prepared queries

Поиск
Список
Период
Сортировка
От ljb
Тема Re: Support for prepared queries
Дата
Msg-id bo1mnq$29fs$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Support for prepared queries  (Martin Marques <martin@bugs.unl.edu.ar>)
Список pgsql-php
jleelim@xxxxxx.com wrote:
> Any idea how the prepared query can be made to save across PHP invocations?
> How about using pg_pconnect (persistent connection), will it stay prepared
> when PHP comes again and reuse the connection?

Maybe use a procedure-language function instead of a prepared query?
Persistent connections won't help; the prepared query may still be valid
but only for that web-server child process.

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