Re: [BUGS] Complex cursor won't rewind to 0-th row

2003-11-28 Thread Tom Lane
[EMAIL PROTECTED] writes: > So I've finally gotten around to applying this patch for cursors... > http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/executor/nodeUnique.c > 1.34.2.1 Why would you think that patch alone would solve all the issues with running cursors backwards? It

Re: [BUGS] Complex cursor won't rewind to 0-th row

2003-11-28 Thread typea
So I've finally gotten around to applying this patch for cursors... http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/executor/nodeUnique.c 1.34.2.1 Now it's POSSIBLE that I've managed to screw up something fundamentally simple in the patch/make/install process, so step by step.

Re: [BUGS] Complex cursor won't rewind to 0-th row

2003-02-02 Thread Tom Lane
<[EMAIL PROTECTED]> writes: > I simply CANNOT get back to the first article -- "International Agreements > on Nuclear Weapons" no matter what -- I can do all the "move" and "fetch" > I want, but after first going beyond the 0th row, PostgreSQL insists the > 0th article is "Iraq's Bomb: Blueprints

[BUGS] Complex cursor won't rewind to 0-th row

2003-02-01 Thread typea
Please CC me off-list, if at all possible. I don't think I'm being stupid. I even read the FAQ and TODO list as well as the link from "cursor" in the TODO list about potential cursors outside transactions. archive=> select version(); version