Re: Problem with cursors in PL/pgsql

From: "murphy pope" <pope_murphy(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with cursors in PL/pgsql
Date: 2002-05-02 12:14:44
Message-ID: F904ZHkRQq5xVz5WkmR00007078@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Never mind. It turned out to be a problem in the PL/pgSQL parser. I'll see
if I can submit a patch. Thanks.

-- Murphy
>I'm trying out some of the new cursor support in PL/pgSQL version 7.1.2.
>
>For some reason, I'm getting an error (in the function below) on the line:
>"OPEN curs ($1 );"

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-05-02 13:51:37 Re: FATAL: stuck spinlock
Previous Message Patrick Welche 2002-05-02 11:32:06 Re: aggregate on zero rows slow?