Re: [PERFORM] prepared transactions that persist across sessions?

2005-10-23 Thread Bruno Wolff III
On Sun, Oct 23, 2005 at 00:14:23 -0400, [EMAIL PROTECTED] wrote: Hey all. Please point me to a place I should be looking if this is a common question that has been debated periodically and at great length already. :-) You probably want to read:

Re: [PERFORM] prepared transactions that persist across sessions?

2005-10-23 Thread Christopher Kings-Lynne
I am using PHP's PDO PGSQL interface - I haven't read up enough on it to determine whether a persistent connection can re-use server-side prepared queries as an option. Anybody know? It re-uses server-side prepared queries by default, if you are using the PDOPrepare/PDOExecute stuff. Chris