Re: Returning a row from a function with an appended array field

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Wes Cravens <wcravens(at)cortex-it(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Returning a row from a function with an appended array field
Date: 2011-11-10 13:23:57
Message-ID: CAF-3MvPcBKEqMDWvwi-W0k+iA2W0w6PTouuNW2XtjSUk1yoXAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10 November 2011 02:54, Wes Cravens <wcravens(at)cortex-it(dot)com> wrote:
> On 11/9/2011 7:34 PM, David Johnston wrote:
>> Use "WITH RECURSIVE" instead of a function.
>>
>
> I apologize but I don't know how that would work.  An example would help.

There are fine examples in the documentation for the SELECT statement.

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2011-11-10 13:28:28 Re: dll files missing in postgrsql bin folder in Windows
Previous Message Adrian Klaver 2011-11-10 13:22:47 Re: How to list installed pl languages