Re: PL/pgSQL: How to return two columns and multiple rows

From: Sven Geggus <lists(at)fuchsschwanzdomain(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/pgSQL: How to return two columns and multiple rows
Date: 2015-06-18 13:32:04
Message-ID: mluh8k$vns$1@solar.geggus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> Look at the "returns table (col1 type, col2 type)" form.

If I got this right "returns table" is not what I want as I need to select
from my function as a virtual table in this case.

Regards

Sven

--
"Thinking of using NT for your critical apps?
Isn't there enough suffering in the world?"
(Advertisement of Sun Microsystems in Wall Street Journal)
/me is giggls(at)ircnet, http://sven.gegg.us/ on the Web

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2015-06-18 13:43:51 Re: PL/pgSQL: How to return two columns and multiple rows
Previous Message David G. Johnston 2015-06-18 13:15:34 Re: PL/pgSQL: How to return two columns and multiple rows