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

From: "V S P" <toreason(at)fastmail(dot)fm>
To: "Andrew McMillan" <andrew(at)morphoss(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: [Q] PDO use to bind arrays for insert
Date: 2008-11-17 08:55:55
Message-ID: 1226912155.25672.1285154419@webmail.messagingengine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fastmail(dot)fm

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

In response to

Browse pgsql-php by date

  From Date Subject
Next Message V S P 2008-11-21 06:54:35 [Q] storing JSON, problem with 'escapes'
Previous Message Andrew McMillan 2008-11-17 08:26:42 Re: [Q] PDO use to bind arrays for insert