Cursor - Mailing list pgsql-general

From Bob Pawley
Subject Cursor
Date
Msg-id 007d01c8f1bc$a7a652a0$6401a8c0@owner
Whole thread Raw
Responses Re: Cursor  (Richard Huxton <dev@archonet.com>)
List pgsql-general
I have the following cursor that gives me an error near open.

Can someone please tell me what I am doing wrong??

Bob



  DECLARE

 procgraphic 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;

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: Index creation and maintenance_work_mem
Next
From: Richard Huxton
Date:
Subject: Re: Cursor