Re: Extended query: prepared statements list?

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Extended query: prepared statements list?
Date: 2004-07-14 14:53:21
Message-ID: a06110402bd1af85ab060@[213.224.115.89]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

At 10:37 AM -0400 7/14/04, Tom Lane wrote:
>"M. Bastin" <marcbastin(at)mindspring(dot)com> writes:
> > Is there a query on some system table that will list all names of
>> prepared statements?
>
>No, since they are never stored on disk.
>Same comments apply to Portals I suppose.
>
>If you'd like to lobby to get this changed

I don't believe this is a critical issue. People can keep the list
in their client app just the same since prepared statements only live
for the duration of a session.

Thank you very much Tom for all your help so far during my first
steps with the extended query protocol!

Marc

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message George Kola 2004-07-14 15:06:39 postgres array question
Previous Message Tom Lane 2004-07-14 14:37:32 Re: Extended query: prepared statements list?