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

From: Joern Raffel <joern(at)raffel(dot)de>
To: Postgres Novice Mailinglist <pgsql-novice(at)postgresql(dot)org>
Subject: pl/pgsql: number of return values from functions restricted to 1 ?
Date: 2001-01-26 13:09:18
Message-ID: 20010126140918.A25859@vegesack.c.ubcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

Browse pgsql-novice by date

  From Date Subject
Next Message O'Toole, Ed J 2001-01-26 20:26:04 Help...
Previous Message Francisco Reyes 2001-01-26 06:23:49 How to drop all tables?