cursor access doesn't work anmore

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема cursor access doesn't work anmore
Дата
Msg-id 199802111203.NAA06733@gauss.topsystem.de
обсуждение исходный текст
Ответы Re: [HACKERS] cursor access doesn't work anmore
Re: [HACKERS] cursor access doesn't work anmore
Список pgsql-hackers
I execute PQexec(simple_connection, copiedquery); with copiedquery being
"declare cur cursor for select name , born from meskes " followed by another
call to PQexec with the command "fetch in cur ". I get an OK status back,
but no tuples. However, just using "select name , born from meskes;" in psql
gives me a correct list with five rows.

Two days ago when I tried this the last time it worked without a problem.
That is to say, I'm using the current snapshot I got from cvs this morning.

Should a problem with the development version be reported here, or on the
bugs list?

Michael
--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

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

Предыдущее
От: Yu HyungSic
Дата:
Сообщение: (no subject)
Следующее
От: Costin Oproiu
Дата:
Сообщение: Working on some performance optimization