Re: PostgreSQL 7.3: help on new CREATE TYPE - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: PostgreSQL 7.3: help on new CREATE TYPE
Date
Msg-id GNELIHDDFBOCMGBFGEFOIEEFCEAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: PostgreSQL 7.3: help on new CREATE TYPE  ("Jerome Chochon" <jerome.chochon@ensma.fr>)
List pgsql-hackers
> When I say that the second form of CREATE TYPE allow you to make
> RECORD type
> like RECORD, i don't want to speak about the record in PlPgsql but RECORD
> from programming language like ADA or C (typedef struct).
>
> So the real question is:
> Can I use this new type like other user-type ?
> CREATE TABLE person (his_name VARCHAR, his_adress adress);
> ...where adress is CREATE TYPE adress AS (number int, street text, country
> VARCHAR);

No.

By the way - the pgsql-announce list is not for asking quetsions in!

Chris


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PGXLOG variable worthwhile?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: RPMS for 7.3 beta.