Re: more improvements to release notes

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: more improvements to release notes
Date: 2003-10-22 18:21:47
Message-ID: 1066846907.371.100.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Wed, 2003-10-22 at 13:26, Bruce Momjian wrote:
> > * Cause FETCH 1 to return the next cursor row, or zero if at
> ----
> > beginning/end of cursor, per SQL spec (Bruce)

That's better, but still wrong: what does it mean for FETCH 1 to "return
zero if at the beginning/end of cursor"? If we're at the end of the
cursor, we return an empty result set, not "zero".

-Neil

In response to

Responses

Browse pgsql-patches by date

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