I have a plpgsql function with:

PERFORM * FROM answers(_h);    --works fine.
CREATE TEMP VIEW answers AS SELECT * FROM answers(_h);  --gives error...

Why I get this error:
ERROR: column \"_h\" does not exist\nLINE 1: ...TEMP VIEW answers AS SELECT
* FROM antwoorden_view(_h)

--
+31 6 29401726
tji...@rijpma.org
Jacobusstraat 185
3012 JM Rotterdam

Reply via email to