Обсуждение: https://wiki.postgresql.org/wiki/Pg_depend_display and custom types as function parameters

Поиск
Список
Период
Сортировка

https://wiki.postgresql.org/wiki/Pg_depend_display and custom types as function parameters

От
Franz-Josef Färber
Дата:
Hi,

I hope I am right here for a question on the wiki site

The views on that web page build dependency information, but do not seem to take into account function parameters of custom data types - i. e. CREATE FUNCTION x(myparam mytype) should be dependent on CREATE TYPE mytype ?

Regards,
fjf2002