Re: more improvements to release notes - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: more improvements to release notes
Date
Msg-id 200310221726.h9MHQSR21979@candle.pha.pa.us
Whole thread Raw
In response to more improvements to release notes  (Neil Conway <neilc@samurai.com>)
Responses Re: more improvements to release notes  (Neil Conway <neilc@samurai.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: more improvements to release notes
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Timestamp docs weirdness