Re: problems with pgplsql looping through query results (FOR row IN)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Feite Brekeveld <feite(dot)brekeveld(at)osiris-it(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problems with pgplsql looping through query results (FOR row IN)
Date: 2001-04-04 15:17:40
Message-ID: 7052.986397460@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Feite Brekeveld <feite(dot)brekeveld(at)osiris-it(dot)nl> writes:
> Trying to get grip on FOR row IN select clause using this
> testfunction.

"row" should be the name of a row variable; it's not a keyword.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Feite Brekeveld 2001-04-04 15:19:00 problems with pgplsql looping through query results (FOR row IN)
Previous Message Tom Lane 2001-04-04 15:08:51 Re: an error while pg_dumpall