Finding the correct type

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Finding the correct type
Дата
Msg-id 4454966F.2010409@tada.se
обсуждение исходный текст
Ответы Re: Finding the correct type  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
I'm writing a UDT that takes a varchar argument that represents the name 
of a type. The caller may optionally qualify with a namespace, i.e. 
"pg_catalog.varchar", or "public.address". Is there a c-function 
somewhere that will return the pg_type that corresponds to the name 
(with respect to the current setting of search_path in case the name is 
unqualified)?

Regards,
Thomas Hallgren



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Is a SERIAL column a "black box", or not?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Finding the correct type