[GENERAL] Display Cursor Content - Help!

2007-04-14 Thread steve shiflett
I wish to display the content of a cursor but haven't discovered the trick. Here's what I'm doing: -The function CREATE OR REPLACE FUNCTION tmp.sps(character varying, date) RETURNS refcursor AS $BODY$ DECLARE ref refcursor; BEGIN

[GENERAL] Cursor Contents display in pgAdmin - Help.

2007-04-13 Thread steve shiflett
I wish to display the content of a cursor but haven't discovered the trick. Here's what I'm doing: -The function CREATE OR REPLACE FUNCTION tmp.sps(character varying, date) RETURNS refcursor AS $BODY$ DECLARE ref refcursor; BEGIN O