Re: Is it possible to return custom type as proper ROW?

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is it possible to return custom type as proper ROW?
Date: 2006-10-11 21:21:58
Message-ID: 20061011212158.GE5122@merkur.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 11, 2006 at 02:08:03PM -0700, Jeff Davis wrote:

> > select q.*, bar from
> > (
> > select a, b,c from foo
> > ) q;
> >
>
> What is "bar"?
XMIN, for example

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-10-11 21:27:39 Re: Is it possible to return custom type as proper ROW?
Previous Message Merlin Moncure 2006-10-11 21:18:13 strange error when inserting via a SRF into a table with a foreign key constraint