Re: prepared transactions that persist across sessions?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: mark(at)mark(dot)mielke(dot)cc
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: prepared transactions that persist across sessions?
Date: 2005-10-24 05:03:03
Message-ID: 435C6B07.7070402@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Guillaume Smet 2005-10-24 06:33:03 Re: Problem analyzing explain analyze output
Previous Message Neil Conway 2005-10-24 04:40:10 Re: Using LIMIT 1 in plpgsql PERFORM statements