Re: [BUGS] Bug #664: Strange cursor behaviour with particular

2002-05-13 Thread Geert-Jan Van den Bogaerde
On Sun, 2002-05-12 at 17:58, Tom Lane wrote: > [EMAIL PROTECTED] 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" ... >

Re: [BUGS] Bug #664: Strange cursor behaviour with particular database schema

2002-05-12 Thread Tom Lane
[EMAIL PROTECTED] 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 --