Re: [GENERAL] CREATE TABLE & composite type

Поиск
Список
Период
Сортировка
От gmb
Тема Re: [GENERAL] CREATE TABLE & composite type
Дата
Msg-id 1498660085139-5969058.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [GENERAL] CREATE TABLE & composite type  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
Merlin Moncure-2 wrote
> postgres=# create type foo as (a int, b int);
> CREATE TYPE
> postgres=# create table bar of foo;
> CREATE TABLE
> Time: 0.973 ms

Exactly what I needed,
Thanks a lot, Merlin




--
View this message in context: http://www.postgresql-archive.org/CREATE-TABLE-composite-type-tp5969032p5969058.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] CREATE TABLE & composite type
Следующее
От: Rob Nikander
Дата:
Сообщение: [GENERAL] Is the row version available in SQL?