Table type attributes

From: Jeroen Heijmans <J(dot)Heijmans(at)stud(dot)tue(dot)nl>
To: pgsql-novice(at)postgresql(dot)org
Subject: Table type attributes
Date: 2001-07-12 09:06:42
Message-ID: 3B4D68A2.38AC533A@stud.tue.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I've just started using PostgreSQL, and I found out it is possible to
have an attribute with as type a table, such as:

CREATE TABLE tuple (a integer, b integer);

CREATE TABLE x (str varchar(10), tup tuple);

But how do I insert values in this table x?

Thanks,

Jeroen Heijmans

--

Submit your site with Octopus to 550+ search engines
http://www.submitwithoctopus.com/ref?1001

Browse pgsql-novice by date

  From Date Subject
Next Message Francois Thomas 2001-07-12 16:44:44 Serial field
Previous Message Christian Bucanac 2001-07-12 07:50:01 RE: [ODBC] fatal ODBC error?