Re: Parsing speed (was Re: pgstats_initstats() cost)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Sean Chittenden <sean(at)chittenden(dot)org>, Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)
Date: 2003-08-17 05:00:01
Message-ID: 200308170500.h7H501812724@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Added to TODO:

* Allow PREPARE of cursors

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

Tom Lane wrote:
> Sean Chittenden <sean(at)chittenden(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-08-17 05:07:23 char() datatype looses strings of all spaces
Previous Message Stephan Szabo 2003-08-17 04:55:15 Re: Question with hashed IN