Function parameter names

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Function parameter names
Дата
Msg-id Pine.LNX.4.44.0311231741290.29118-100000@zigo.dhs.org
обсуждение исходный текст
Ответы Re: Function parameter names
Список pgsql-hackers
I'm in the middle of implementing function parameter names. In pg_proc 
the types of the parameters are currently stored as an oidvector, but 
how should I store the parameter names?

Would it be a good idea to create a namevector in the same way as
oidvector? Would a normal array like name[] be better?

What is the reason for the oidvector to be it's own type instead of a 
oid[]?

-- 
/Dennis



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

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Commercial binary support?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Function parameter names