Re: (SETOF) RECORD AS complex_type
| От | David Fetter |
|---|---|
| Тема | Re: (SETOF) RECORD AS complex_type |
| Дата | |
| Msg-id | 20061227232606.GE22284@fetter.org обсуждение |
| Ответ на | Re: (SETOF) RECORD AS complex_type (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: (SETOF) RECORD AS complex_type
|
| Список | pgsql-hackers |
On Wed, Dec 27, 2006 at 06:22:17PM -0500, Tom Lane wrote:
> David Fetter <david@fetter.org> writes:
> > What would be involved in fixing the casting operation so that the
> > following would work?
>
> > CREATE TYPE foo AS (
> > a INT4,
> > b INT8,
> > c POINT,
> > d TEXT
> > );
>
> > CREATE FUNCTION bar(output_type TEXT)
> > RETURNS SETOF RECORD
> > ...
>
> > SELECT * FROM bar('foo') AS foo;
>
> The problem with that is that "AS foo" already has a meaning, and it's
> not this one.
How about "AS (foo)" ?
Cheers,
D
--
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666 Skype: davidfetter
Remember to vote!
В списке pgsql-hackers по дате отправления: