Use composite type for column data type

Поиск
Список
Период
Сортировка
От Sophie Yang
Тема Use composite type for column data type
Дата
Msg-id 20040528204446.40752.qmail@web50901.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Use composite type for column data type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Is it possible to use a user-defined composite type as
the data type of a column? for example,
create table tbl (
  a integer,
  b type1
);

type1 is a composite type defined separately using
CREATE TYPE clause.

Thanks!




__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

В списке pgsql-general по дате отправления:

Предыдущее
От: Mark Harrison
Дата:
Сообщение: postgresql anonymous cvs?
Следующее
От: "Cyril VELTER"
Дата:
Сообщение: Dump 7.1.3->7.4.2