Re: Correct syntex for implicit curor in for loops

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Najm Hashmi <najm(at)mondo-live(dot)com>
Cc: pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Correct syntex for implicit curor in for loops
Date: 2001-06-21 16:15:57
Message-ID: 200106211615.f5LGFvO02309@jupiter.us.greatbridge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Najm Hashmi wrote:
> Hi All, Could someone please tell me the Correct syntex for implicit
> curor in FOR loops
> Thank you in advance.

If you're talking about the PL/pgSQL procedural language,
there is no (implicit or explicit) cursor support up to
version 7.1.

From version 7.2 on PL/pgSQL will automatically use implicit
cursors in FOR loops and will support explicit cursors and
reference cursors that can be passed around between functions
and/or the main application.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Wei Weng 2001-06-21 16:45:19 Problem with installing Postgresql 7.1.1
Previous Message Najm Hashmi 2001-06-21 15:43:12 Correct syntex for implicit curor in for loops