composite data type question

Поиск
Список
Период
Сортировка
От Jessica M Salmon
Тема composite data type question
Дата
Msg-id OFD160E39A.C5337179-ON87257185.00607E1B-87257185.00610DE8@fs.fed.us
обсуждение исходный текст
Ответы Re: composite data type question  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
Hello all.

I am brand new to creating my own data types in postgres. I first created a
type called "indices", containing two integers. Now, I want to create
another type, called "progress", which should contain one timestamp and an
array of "indices". However, I cannot figure out how to get postgres to
recognize the array of my home-brewed composite data type as a valid data
type. Can I just insert a new element into the pg_type table, for a type
called "_indices"?

Any hints or advice greatly appreciated.

TIA,
Meghan


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

Предыдущее
От: "Claudio Tognolo"
Дата:
Сообщение: Action Table of postgresql
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Import Data from MS SQL Server