Thread: Re: 7.3: Change in cursor behavior?

Re: 7.3: Change in cursor behavior?

From
"Jeroen T. Vermeulen"
Date:
On Wed, Dec 04, 2002 at 12:22:41AM +0000, Sigurdur Gunnlaugsson wrote:
>  
> test=# move -10 in test_c;
> MOVE 4
> test=# fetch 1 from test_c;
>  schemaname | tablename | tableowner | hasindexes | hasrules | hastriggers
> ------------+-----------+------------+------------+----------+-------------
> (0 rows)
> I have not tried 7.3 final so I can't say if this happens there also.
> Seems to be fixed in 7.4devel.

Thanks for the data!  So this might be a bug in 7.3?  Perhaps the cursor
thinks it's at position -6 then and fetches no rows until it gets back
to zero...


Jeroen