Cause FETCH 1 to return the current cursor row, or zero if at

Bruce Momjian <bruce@momjian.us>

Commit: 33f0108df8a79cdb6dbf91f7eb4329143c0730d8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-12-30T15:31:51Z
Releases: 7.4.1
Cause FETCH 1 to return the current cursor row, or zero if at
beginning/end of cursor.

Have MOVE return 0/1 depending on cursor position.

Matches SQL spec.

Pass cursor counter from parser as a long rather than int.

Doc updates.

Files