Is there a RECORD[] type in plpgsql? - Mailing list pgsql-general

From Nick Boutelier
Subject Is there a RECORD[] type in plpgsql?
Date
Msg-id df83c3c6-dd1d-4ac7-b92d-3280d15ec721@x25g2000prf.googlegroups.com
Whole thread Raw
Responses Re: Is there a RECORD[] type in plpgsql?
Re: Is there a RECORD[] type in plpgsql?
List pgsql-general
Im using the same...

FOR record_or_row IN query LOOP

at the beginning of a function and at the end of a function. Is there
a way to save the query results in a RECORD[] type so that I don't
have to run the query twice?

pgsql-general by date:

Previous
From: MS
Date:
Subject: Re: Very slow joins
Next
From: Alban Hertroys
Date:
Subject: Re: Very slow joins