Re: array type name mangling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array type name mangling
Дата
Msg-id 25598.1178390365@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array type name mangling  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: array type name mangling  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> makeArrayTypeName and users thereof.  Or are you going to extend pg_type
>> to have a direct link?

> I am going to change makeArrayTypeName() to do the mangling. Its users 
> will need to pass in a namespace as well as a typename so it can do the 
> checking.

You missed the point: there is a need to find the array type associated
with an existing element type, not only the other way round.  See
LookupTypeName() and get_array_type().
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: iterating over relation's attributes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: iterating over relation's attributes