Re: prepared transactions that persist across sessions? - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: prepared transactions that persist across sessions?
Date
Msg-id 435C6B07.7070402@familyhealth.com.au
Whole thread Raw
In response to prepared transactions that persist across sessions?  (mark@mark.mielke.cc)
List pgsql-performance
> 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


pgsql-performance by date:

Previous
From: Neil Conway
Date:
Subject: Re: Using LIMIT 1 in plpgsql PERFORM statements
Next
From: Guillaume Smet
Date:
Subject: Re: Problem analyzing explain analyze output