Re: [HACKERS] cursor access doesn't work anmore

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] cursor access doesn't work anmore
Дата
Msg-id Pine.NEB.3.95.980211091137.13163F-100000@hub.org
обсуждение исходный текст
Ответ на cursor access doesn't work anmore  (Michael Meskes <meskes@topsystem.de>)
Список pgsql-hackers
On Wed, 11 Feb 1998, Michael Meskes wrote:

> 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?

    Here works...is anyone even using bugs?



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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] rule system, perl and other good stuff
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] PL/Tcl