| From: | Michael Meskes <meskes(at)topsystem(dot)de> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org (PostgreSQL Hacker) |
| Subject: | cursor access doesn't work anmore |
| Date: | 1998-02-11 12:03:48 |
| Message-ID: | 199802111203.NAA06733@gauss.topsystem.de |
| Views: | Whole Thread | Raw Message | 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?
Michael
--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Costin Oproiu | 1998-02-11 12:53:52 | Working on some performance optimization |
| Previous Message | Kenji T. Hollis | 1998-02-11 11:57:13 | PostGreSQL v6.2.1 for Linux Alpha |