Table type attributes - Mailing list pgsql-novice

From Jeroen Heijmans
Subject Table type attributes
Date
Msg-id 3B4D68A2.38AC533A@stud.tue.nl
Whole thread Raw
List 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

pgsql-novice by date:

Previous
From: Dorin Grunberg
Date:
Subject: Re: consistant output for type interval
Next
From: "Jiri D. Hoogeveen"
Date:
Subject: execute sql in a function?