Re: Bug #664: Strange cursor behaviour with particular database schema - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #664: Strange cursor behaviour with particular database schema
Date
Msg-id 134.1021219130@sss.pgh.pa.us
Whole thread Raw
In response to Bug #664: Strange cursor behaviour with particular database schema  (pgsql-bugs@postgresql.org)
Responses Re: Bug #664: Strange cursor behaviour with particular
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> template1=> move -1 from foo;
> MOVE 0

Not sure what you expected this to do, but the response should have
clued you that it didn't do anything.  I suspect you are looking
for "MOVE BACKWARD 1 FROM foo" ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #665: MORE INFO Re: "Strange cursor behaviour with a particular database schema"
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #666: vacuum dies when called from plpgsql after large delete