Re: scrollable cursor sup. for SPI

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: scrollable cursor sup. for SPI
Дата
Msg-id 1168886883.6174.102.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: scrollable cursor sup. for SPI  (Neil Conway <neilc@samurai.com>)
Ответы Re: scrollable cursor sup. for SPI  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: TODO improvements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: scrollable cursor sup. for SPI