insert data of composite type

From: "shiyuan" <shizhao111(at)163(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: insert data of composite type
Date: 2003-10-31 08:10:08
Message-ID: 3FA218E0.00001B.05618@bj220.163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear Sir:
We have created a table with a column of composite type.
how can we insert values in this table.
for exemple:
create table aa (a int);
create tabel bb (b aa);

how to insert data into bb??
Thank you!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2003-10-31 08:13:48 Re: Automatic auditing suggestion
Previous Message Dave Weaver 2003-10-31 07:30:32 Re: slow query performance