Re: function null composite behavior

From: dinesh kumar <dineshkumar02(at)gmail(dot)com>
To: Rikard Pavelic <rikard(at)ngs(dot)hr>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: function null composite behavior
Date: 2015-10-26 10:46:37
Message-ID: CALnrH7op6DKR2v50h-6CAw64HR7LvQo-3NBzRZ36ZO0ivzBd_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Oct 26, 2015 at 3:34 PM, Rikard Pavelic <rikard(at)ngs(dot)hr> wrote:

> On Sun, 25 Oct 2015 22:31:03 +0100
> Rikard Pavelic <rikard(at)ngs(dot)hr> wrote:
>
> > I assume there is no way to get sql like result from plpgsql
> > function?
>

> I should try harder ;)
>
> Managed to get it working using array and array_agg.
>
> Yeah, that works.

Might be this is what
<http://manojadinesh.blogspot.in/2011/11/pipelined-in-oracle-as-well-in.html>
you are looking for.

> Regards,
> Rikard
>
> --
> Rikard Pavelic
> https://dsl-platform.com/
> http://templater.info/
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--

Regards,
Dinesh
manojadinesh.blogspot.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Robinson 2015-10-26 11:05:27 Recurring corrupted page pointer panics on 9.4.4 hot-standby replica
Previous Message Rikard Pavelic 2015-10-26 10:04:34 Re: function null composite behavior