Re: Schema access in PL/PGSQL for custom objects - i.e. type access?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Schema access in PL/PGSQL for custom objects - i.e. type access?
Дата
Msg-id 6477.1190391951@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Schema access in PL/PGSQL for custom objects - i.e. type access?  ("blay bloo" <blaybloo@googlemail.com>)
Список pgsql-hackers
"blay bloo" <blaybloo@googlemail.com> writes:
> I was wondering how to access the schema of a type in PL/PGSQL
> Basically, we've created some custom objects in the database, which
> are somewhat similar to database/composite types (i.e. Create type..)-
> essentially a named list of name/type pairs.

Is there a particularly good reason why you don't just use composite
types?  It sounds to me like you want to pile one hack atop another,
when you could avoid either by switching to the standard facility.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HOT is applied
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: HOT is applied