Re: scrollable cursor sup. for SPI

From: Neil Conway <neilc(at)samurai(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, jonah(dot)harris(at)gmail(dot)com
Subject: Re: scrollable cursor sup. for SPI
Date: 2007-01-15 18:48:03
Message-ID: 1168886883.6174.102.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, 2007-01-15 at 12:26 -0500, Neil Conway wrote:
> Barring any objections, I'll apply a slightly improved version of this
> patch tomorrow.

BTW, how do people feel about the function names:

SPI_cursor_open_with_options
SPI_scroll_cursor_fetch
SPI_scroll_cursor_move

The first seems fairly verbose to me, although I'm not sure I have a
better suggestion. Also, it seems unfortunate to clutter the API with
redundant versions of three functions that already exist, although I
suppose we can't afford to break backward compatibility.

Suggestions welcome.

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-01-15 19:49:46 Re: scrollable cursor sup. for SPI
Previous Message Neil Conway 2007-01-15 18:41:29 Re: TODO improvements