Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
>> AFAIK the only workaround at present is to use
>> EXECUTE for queries referencing the temp table.
> But EXECUTE does not support select into, does it?
You could probably get the result you want using
FOR rec IN EXECUTE text_expression LOOP ...
regards, tom lane
In response to
pgsql-hackers by date
| Next: | From: Vince Vielhaber | Date: 2001-10-01 16:59:31 |
| Subject: Re: developer's faq |
| Previous: | From: Bruce Momjian | Date: 2001-10-01 16:51:09 |
| Subject: Re: developer's faq |