Re: more improvements to release notes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: more improvements to release notes
Date: 2003-10-22 17:26:28
Message-ID: 200310221726.h9MHQSR21979@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-22 18:10:59 Re: [HACKERS] Timestamp docs weirdness
Previous Message Bruce Momjian 2003-10-22 17:23:02 Re: more improvements to release notes