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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #664: Strange cursor behaviour with particular database schema
Дата
Msg-id 134.1021219130@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #664: Strange cursor behaviour with particular database schema  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #664: Strange cursor behaviour with particular  (Geert-Jan Van den Bogaerde <gvdbogae@vub.ac.be>)
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #665: MORE INFO Re: "Strange cursor behaviour with a particular database schema"
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #666: vacuum dies when called from plpgsql after large delete