More on cursors in 7.3

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема More on cursors in 7.3
Дата
Msg-id 20021208182803.GC1452@localhost
обсуждение исходный текст
Ответы Re: More on cursors in 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Looking at my problem with changed cursor behaviour in 7.3 again, I
noticed something interesting: a cursor in 7.3 apparently does not let 
you scroll back to its first row at all!  Neither a "move backward all"
or a "move -n" where n is equal to or greater than the cursor's current 
position, will let you fetch any more rows from the cursor.  Scrolling 
back to the second row does work though.

I can work around this in libpqxx, without too much trouble, but I'm 
not sure I should have to.


Jeroen



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: proposal: array utility functions phase 1
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [GENERAL] PostgreSQL Global Development Group