X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id EEC06D1B51D for ; Mon, 26 Jul 2004 03:18:30 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 87972-08 for ; Mon, 26 Jul 2004 06:18:33 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 4533CD1B4FC for ; Mon, 26 Jul 2004 03:18:25 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.11/8.12.11) with ESMTP id i6Q6HANi019575; Mon, 26 Jul 2004 02:17:10 -0400 (EDT) To: Alvaro Herrera Cc: Gaetano Mendola , Bruce Momjian , pgsql-hackers@postgresql.org Subject: Re: 7.5 release notes In-reply-to: <20040725210109.GB5730@dcc.uchile.cl> References: <1090752623.3057.284.camel@localhost.localdomain> <200407252355.i6PNtoc13198@candle.pha.pa.us> <41044EBD.7030608@bigfoot.com> <20040725210109.GB5730@dcc.uchile.cl> Comments: In-reply-to Alvaro Herrera message dated "Sun, 25 Jul 2004 17:01:09 -0400" Date: Mon, 26 Jul 2004 02:17:10 -0400 Message-ID: <19574.1090822630@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200407/1238 X-Sequence-Number: 56799 Alvaro Herrera writes: > On Mon, Jul 26, 2004 at 02:22:21AM +0200, Gaetano Mendola wrote: >> In the release not I can read: >> 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? Postgres has always accepted this syntax, but it has not done anything useful in many years, and when it last did do something useful the semantics were quite a bit different :-( Elein has standing to bash me about the change of semantics, but I don't think the rest of you do ... regards, tom lane