Re: [Q] PDO use to bind arrays for insert

Поиск
Список
Период
Сортировка
От V S P
Тема Re: [Q] PDO use to bind arrays for insert
Дата
Msg-id 1226912155.25672.1285154419@webmail.messagingengine.com
обсуждение исходный текст
Ответ на Re: [Q] PDO use to bind arrays for insert  (Andrew McMillan <andrew@morphoss.com>)
Список pgsql-php
Hi,
thank you very much
the article you referenced is what I was looking for.




>
> Prepared statements are per connection, and the actions taken at the
> close of a connection to pgpool to ready the pool for connection from a
> different client will very likely deallocate any prepared statements.
> The developers are usually actively trying to minimise pollution of
> state from one connection to the next, but persistence of prepared
> statements might be a different kettle of fish...
>
> Read here for more information.  In paricular note that PREPARE has it's
> greatest impact when used on complex SQL - i.e. probably not INSERT
> statements:
>
> http://www.postgresql.org/docs/8.3/interactive/sql-prepare.html
--
  V S P
  toreason@fastmail.fm

--
http://www.fastmail.fm - A no graphics, no pop-ups email service


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

Предыдущее
От: Andrew McMillan
Дата:
Сообщение: Re: [Q] PDO use to bind arrays for insert
Следующее
От: "V S P"
Дата:
Сообщение: [Q] storing JSON, problem with 'escapes'