I have the following cursor that gives me an error near open.
Can someone please tell me what I am doing wrong?? Bob DECLAREprocgraphic cursor for select process_id from p_id.p_id, processes_count where p_id.p_id.p_id_id = processes_count.p_id_id;
begin Open procgraphic ; Fetch first from procgraphic into process_id; -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general