Re: Insert Statement & Composite Type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Insert Statement & Composite Type
Дата
Msg-id 27385.1347117153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Insert Statement & Composite Type  ("Grant Martin" <grantwgmartin@live.com>)
Список pgsql-novice
"Grant Martin" <grantwgmartin@live.com> writes:
>     What is the correct INSERT statement syntax to insert a composite
>     type into a table of that type.

This should work:

    INSERT INTO licencee VALUES(new_licencee.*);

            regards, tom lane


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

Предыдущее
От: "Grant Martin"
Дата:
Сообщение: Insert Statement & Composite Type
Следующее
От: Steve Horn
Дата:
Сообщение: Details of Segmentation Fault