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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly