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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: meskes(at)topsystem(dot)de (Michael Meskes)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] cursor access doesn't work anmore
Date: 1998-02-11 15:33:48
Message-ID: 199802111533.KAA03035@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>

Have you done initdb. We changed things recently.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-02-11 15:38:21 Re: [HACKERS] info files
Previous Message Bruce Momjian 1998-02-11 15:31:20 Re: [HACKERS] Problem with the numbers I reported yesterday