Am Freitag, 16. August 2002 18:26 schrieb Alexander M. Pravking:
> How can I obtain results from an EXECUTE statement
> within a pl/PgSQL function?
>From the docs: plpgsql-statements.html postgres 7.2.1
"The results from SELECT queries are discarded by EXECUTE, and SELECT
INTO is not currently
How can I obtain results from an EXECUTE statement
within a pl/PgSQL function?
E.g., something like
value := EXECUTE ''SELECT '' || quote_ident(field_name) || '' FROM ...'';
Thanks in advice.
--
Fduch M. Pravking
---(end of broadcast)---
TIP 3: