From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 7.5 release notes |
Date: | 2004-07-25 21:01:09 |
Message-ID: | 20040725210109.GB5730@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
On Mon, Jul 26, 2004 at 02:22:21AM +0200, Gaetano Mendola wrote:
> In the release not I can read:
>
> #Allow arbitrary row expressions (Tom)
>
> This allows columns to contain arbitrary composite types
> like rows from other tables. [SNIPPED]
>
> Wasn't this alread true on 7.4 ?
No, this is a new feature. Did you try inserting anything into the
tables? How about using rowtypes as function parameters?
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"If you have nothing to say, maybe you need just the right tool to help you
not say it." (New York Times, about Microsoft PowerPoint)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-07-25 22:10:44 | Re: 7.5 release notes |
Previous Message | David Garamond | 2004-07-25 18:25:25 | Re: [HACKERS] 7.5 release notes |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2004-07-25 21:18:46 | CVS web interface error |
Previous Message | Bruce Momjian | 2004-07-25 20:40:10 | Re: storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE |