Re: 7.3: Change in cursor behavior?

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Sigurdur Gunnlaugsson <sig(at)ra(dot)fjolnet(dot)net>
Cc: PostgreSQL-Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.3: Change in cursor behavior?
Date: 2002-12-04 08:02:22
Message-ID: 20021204080222.GI37470@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2002-12-04 08:27:26 Re: [GENERAL] PostgreSQL Global Development Group Announces
Previous Message Shridhar Daithankar 2002-12-04 07:29:17 Re: MySQL update