tables in tables

From: Fernando Benites <fbenites(at)TechFak(dot)Uni-Bielefeld(dot)DE>
To: pgsql-general(at)postgresql(dot)org
Subject: tables in tables
Date: 2001-08-06 17:37:14
Message-ID: 20010806193714.B7438@fasolt.TechFak.Uni-Bielefeld.DE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I have a problem with tables, i think it is a problem for experienced newbies, so i thought it would not fit with the newbies mailing list, sorry if it was for the newbie mailing list:

I want to create a table in a table, that means, if i have a row, in that row are many columns, where one column is a table (with should we say 20 rows)
it is important that the table in the table hsa 20 rows, and new inserting would be the first row in this table, and tha last one would be deleted.
and with each new row of the mother table, it would be create a new child table for this new row.
How can i do that?
Thanx a lot!

--
May the source be with thou!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-08-06 18:39:35 Re: Would a PostgreSQL database on a DVD be usable?
Previous Message Raymond Chui 2001-08-06 17:35:01 Mirroring the database?