SkyHigh
03-23-2001, 09:20 AM
I have just installed PostgreSQL 7.0.3 to use in some development I am trying.
Installed and created the tables OK, but I can't find any reference documentation for PL/pgSQL. Does anybody kno of a good link to some documentation?
Failing that, can someone answer the following question:
How do I return multiple columns from a PL/pgSQL function. I can return a single column OK using the RETURNS clause in CREATE FUNCTION, but can't figure out how to return multiple columns (and multiple records with multiple columns).
Any help appreciated.
SkyHigh
Installed and created the tables OK, but I can't find any reference documentation for PL/pgSQL. Does anybody kno of a good link to some documentation?
Failing that, can someone answer the following question:
How do I return multiple columns from a PL/pgSQL function. I can return a single column OK using the RETURNS clause in CREATE FUNCTION, but can't figure out how to return multiple columns (and multiple records with multiple columns).
Any help appreciated.
SkyHigh