Re: pseudo-type record arguments for PL-functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pseudo-type record arguments for PL-functions
Дата
Msg-id 11149.1146762159@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pseudo-type record arguments for PL-functions  (Markus Schiltknecht <markus@bluegap.ch>)
Ответы Re: pseudo-type record arguments for PL-functions
Список pgsql-hackers
Markus Schiltknecht <markus@bluegap.ch> writes:
> What exactly are pseudo types?

See
http://developer.postgresql.org/docs/postgres/extend-type-system.html

> Why can PLs not handle pseudo-types?

No one's done the work to figure out which ones are sensible to support
and then add the logic needed to support them.

In your particular case, the problem is that plpython isn't prepared to
handle rowtypes determined at runtime.  I'm not sure if the recently
submitted plpython patch fixes that or not.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Semi-undocumented functions in libpq
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: patch review, please: Autovacuum/Vacuum times via stats.