Nested structures

From: Chris Bitmead <cbitmead(at)ozemail(dot)com(dot)au>
To: pgsql-hackers(at)hub(dot)org
Subject: Nested structures
Date: 1999-06-24 07:16:23
Message-ID: 3771DB46.A3105E63@ozemail.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports pgsql-sql

What is the status of nested structures?
Like

CREATE TABLE foo (x int4, y text);
CREATE TABLE bar (z foo, y foo);

Postgres doesn't complain but then again it doesn't seem to do anything
good with it. I can't remember seeing it mentioned in the docs anywhere
but I had the idea from somewhere that the postgres of old supported it.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas IZ5 1999-06-24 08:07:35 Re: [HACKERS] The dangers of "-F"
Previous Message Kristofer Munn 1999-06-24 00:09:49 Re: [HACKERS] Perl 5 Interface on 6.5 and lo_creat/lo_open problem

Browse pgsql-ports by date

  From Date Subject
Next Message Sam O'Connor 1999-06-24 09:38:57 Postgres on NT freezing
Previous Message hkkang 1999-06-24 04:17:56 [Question] ShmemCreate:cannot create region.

Browse pgsql-sql by date

  From Date Subject
Next Message Tiberiu Craciun 1999-06-24 10:21:54 problem with PL/pgSQL
Previous Message Jim Rowan 1999-06-24 06:53:05 trouble creating log table with rules