Cursor Issue??

From: "DracKewl" <bradbudge(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Cursor Issue??
Date: 2005-07-26 21:06:34
Message-ID: 1122411994.803487.271740@o13g2000cwo.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

BEGIN WORK;
DECLARE cursor1 CURSOR FOR SELECT * FROM PARTS;
FETCH FIRST FROM cursor1;
CLOSE cursor1;
COMMIT WORK;

------------------------
Query result with 1 rows discarded.
Query returned successfully with no result in 31 ms.

In the "data output" view nothing is returned?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam O'Toole 2005-07-26 21:22:58 backend triggers communication with front-end
Previous Message Audrey Bergeron-Morin 2005-07-26 20:50:41 Re: Can't connect after restart