Re: PostgreSQL 7.3: help on new CREATE TYPE

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: PostgreSQL 7.3: help on new CREATE TYPE
Дата
Msg-id GNELIHDDFBOCMGBFGEFOIEEFCEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: PostgreSQL 7.3: help on new CREATE TYPE  ("Jerome Chochon" <jerome.chochon@ensma.fr>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PGXLOG variable worthwhile?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: RPMS for 7.3 beta.