Re: Parsing speed (was Re: pgstats_initstats() cost) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Parsing speed (was Re: pgstats_initstats() cost)
Date
Msg-id 200308170500.h7H501812724@candle.pha.pa.us
Whole thread Raw
In response to Re: Parsing speed (was Re: pgstats_initstats() cost)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Added to TODO:
* Allow PREPARE of cursors


---------------------------------------------------------------------------

Tom Lane wrote:
> Sean Chittenden <sean@chittenden.org> writes:
> >> I'm beginning to think that was a serious omission.  I'm tempted to
> >> fix it, even though we're past feature freeze for 7.4.  Comments?
> 
> > On a quasi-similar note (and unless I've missed how to do this), you
> > can't create a cursor from a prepared statement, which I found
> > frustrating.
> 
> Hmm.  I'd be willing to see that put on TODO, but it strikes me as a
> rather large change for post-feature-freeze; it'd require fooling around
> in substantial parts of the backend.  (What I was suggesting above only
> requires adding one or two routines to libpq, which is a lot less
> invasive...)
> 
>             regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Question with hashed IN
Next
From: Bruce Momjian
Date:
Subject: Re: HISTORY