Thread: pl/pgsql: number of return values from functions restricted to 1 ?

pl/pgsql: number of return values from functions restricted to 1 ?

From
Joern Raffel
Date:
Hi,

    Is the number of return values in a function restricted to 1 or can
    i use more than one return values like

    CREATE FUNCTION logfunc1 (text) RETURNS datetime, int, .. AS '

    ?

Regards, Joern
--
Joern Raffel