Re: [Q] PDO use to bind arrays for insert - Mailing list pgsql-php

From V S P
Subject Re: [Q] PDO use to bind arrays for insert
Date
Msg-id 1226912155.25672.1285154419@webmail.messagingengine.com
Whole thread Raw
In response to Re: [Q] PDO use to bind arrays for insert  (Andrew McMillan <andrew@morphoss.com>)
List 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 by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: [Q] PDO use to bind arrays for insert
Next
From: "V S P"
Date:
Subject: [Q] storing JSON, problem with 'escapes'