Re: Proposal: real procedures again (8.4) - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: Proposal: real procedures again (8.4)
Date
Msg-id b42b73150710301219j4744d3ddk3b3b70a51b5edd40@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: real procedures again (8.4)  ("Zeugswetter Andreas ADI SD" <Andreas.Zeugswetter@s-itsolutions.at>)
List pgsql-hackers
On 10/30/07, Zeugswetter Andreas ADI SD > The background for Quel was,
that when selecting all fields from
> an inheritance hierarchy you got the additional fields of each child.
>
> Thus the field count and types could vary within one cursor.
> Like if you would allow the following:
> select a, b::int from foo
> union all
> select a, c::varchar, d, e from bar
>
> I don't think anybody would want to transfer that idea to sql clients.
> In sql the first statement would define field count, name/alias and
> type.
> The second statement would need to implicitly cast or fail if it does
> not match.

Arrays of composites, along with aggregation tricks, can give you
similar features.  The syntax is wierd but powerful in cases like
this.   Array support over the protocol and on the client side is
lacking but that's a different topic.  That said, returning _complex_
sets is a different problem from returning multiple sets.

merlin


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: Re: [COMMITTERS] pgsql: simple script to pull together a very small (<500k) tar file
Next
From: "Pavel Stehule"
Date:
Subject: problem with pgAdmin beta2 on w2k3