PL/pgSQL

From: Jie Liang <jliang(at)ipinc(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: PL/pgSQL
Date: 2000-08-15 17:06:26
Message-ID: 39997892.477F745E@ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

Is anybody know how to declare a explicit cursor in PL/pgSQL (not in
SQL) ???
syntax:
declare
cursor mycur is select statement ?? it won't work!

--
Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang(at)ipinc(dot)com
www.ipinc.com

Browse pgsql-sql by date

  From Date Subject
Next Message Dirk Elmendorf 2000-08-15 17:39:29 PL/PGSQL Function problem.
Previous Message Thomas Swan 2000-08-15 16:43:51 Re: Functions with Null Arguments?