sessions and prepared statements

From: chester c young <chestercyoung(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: sessions and prepared statements
Date: 2006-06-15 15:49:30
Message-ID: 20060615154930.44620.qmail@web54312.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

in PHP for example, where there are multiple sessions and which you get is random:

how do you know if the session you're in has prepared a particular statement?

and/or how do you get a list of prepared statements?

last, is there any after login trigger that one could use to prepare statements the session would need? or is this a dumb idea?

thanks
chester

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message operationsengineer1 2006-06-15 20:59:22 SQL Technique Question
Previous Message Tom Lane 2006-06-15 14:40:18 Re: listen_addresses = '*' ok, specific address(es) no