create table/type

Поиск
Список
Период
Сортировка
От Hicham G. Elmongui
Тема create table/type
Дата
Msg-id cl684g$165r$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
is there a way to create a table with a certain type?

CREATE TYPE typename AS (id integer, name varchar);

and something like

CREATE TABLE names OF TYPE typename.


Is there a syntax to support this?

thanks,
--h



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

Предыдущее
От: "Gary Doades"
Дата:
Сообщение: Re: how much ram do i give postgres?
Следующее
От: Eric E
Дата:
Сообщение: Re: Sequence question