Table type attributes

Поиск
Список
Период
Сортировка
От Jeroen Heijmans
Тема Table type attributes
Дата
Msg-id 3B4D68A2.38AC533A@stud.tue.nl
обсуждение исходный текст
Список pgsql-novice
Hi,

I've just started using PostgreSQL, and I found out it is possible to
have an attribute with as type a table, such as:

CREATE TABLE tuple (a integer, b integer);

CREATE TABLE x (str varchar(10), tup tuple);

But how do I insert values in this table x?

Thanks,

Jeroen Heijmans

--

Submit your site with Octopus to 550+ search engines
http://www.submitwithoctopus.com/ref?1001

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

Предыдущее
От: Dorin Grunberg
Дата:
Сообщение: Re: consistant output for type interval
Следующее
От: "Jiri D. Hoogeveen"
Дата:
Сообщение: execute sql in a function?