Re: RETURNS TABLE function returns nothingness - Mailing list pgsql-general

From Tom Lane
Subject Re: RETURNS TABLE function returns nothingness
Date
Msg-id 23454.1472838307@sss.pgh.pa.us
Whole thread Raw
In response to Re: RETURNS TABLE function returns nothingness  (Alexander Farber <alexander.farber@gmail.com>)
List pgsql-general
Alexander Farber <alexander.farber@gmail.com> writes:
> If I'd like to always return exactly 1 row -
> why wouldn't just RETURN work?

Because RETURNS TABLE means it's RETURNS SETOF something,
which means the number of rows it produces is equal to the
number of RETURN NEXTs executed.  RETURN, per se, has exactly
zero impact on the number of rows produced; it just stops execution.

I think you can say RETURNS RECORD with a few OUT parameters
to get the effect you're looking for.

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: RETURNS TABLE function returns nothingness
Next
From: Benoit Lobréau
Date:
Subject: PGDATA / data_directory