Re: more improvements to release notes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: more improvements to release notes
Дата
Msg-id 200310221726.h9MHQSR21979@candle.pha.pa.us
обсуждение исходный текст
Ответ на more improvements to release notes  (Neil Conway <neilc@samurai.com>)
Ответы Re: more improvements to release notes  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway wrote:
> This entry is plainly wrong:
>
>      * Cause FETCH 1 to return the current cursor row, or zero if at
>        beginning/end of cursor, per SQL spec (Bruce)
>
> FETCH 0 is what actually returns the current cursor row, and returning
> "zero" when a row value is expected wouldn't make much sense. I've
> changed it to just say:

I now see where I was wrong.  It should be:

>      * Cause FETCH 1 to return the next cursor row, or zero if at
                                     ----
>        beginning/end of cursor, per SQL spec (Bruce)

Updated.

--
  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, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: more improvements to release notes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Timestamp docs weirdness