Re: SRF rescan testing - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: SRF rescan testing
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA488792B@m0114.s-mxs.net
Whole thread Raw
In response to SRF rescan testing  (Joe Conway <mail@joeconway.com>)
List 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


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: Replication status
Next
From: Olivier PRENANT
Date:
Subject: Re: WAL FILES