Re: Proposal: real procedures again (8.4)
От | Merlin Moncure |
---|---|
Тема | Re: Proposal: real procedures again (8.4) |
Дата | |
Msg-id | b42b73150710301219j4744d3ddk3b3b70a51b5edd40@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Proposal: real procedures again (8.4) ("Zeugswetter Andreas ADI SD" <Andreas.Zeugswetter@s-itsolutions.at>) |
Список | 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 по дате отправления: