Re: SRF rescan testing

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: "Joe Conway" <mail(at)joeconway(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: SRF rescan testing
Date: 2002-05-28 12:06:10
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA488792B@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> FOR row IN select_query LOOP
> statements
> RETURN NEXT row;
> END LOOP;

Informix has
RETURN x1, x2, x3 WITH RESUME;

This seems reasonable to me. PostgreSQL could also allow
return x with resume, where x is already a composite type.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Olivier PRENANT 2002-05-28 12:28:13 Re: WAL FILES
Previous Message Manfred Koizar 2002-05-28 09:12:06 Re: Think I see a btree vacuuming bug