Re: AW: [HACKERS] selecting from cursor

2001-07-03 Thread Tom Lane
Zeugswetter Andreas SB <[EMAIL PROTECTED]> writes: > this. Given that cursors (are supposed to) support FETCH BACKWARDS, > I really don't see why they shouldn't be expected to handle ReScan... >> I thought only scrollable cursors can do that. What if cursor isn't >> scrollable? Should it error du

AW: [HACKERS] selecting from cursor

2001-07-03 Thread Zeugswetter Andreas SB
> > That's gonna have to be fixed. If you're not up for it, don't implement > > this. Given that cursors (are supposed to) support FETCH BACKWARDS, > > I really don't see why they shouldn't be expected to handle ReScan... > I thought only scrollable cursors can do that. What if cursor isn't > sc