generic builtin functions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема generic builtin functions
Дата
Msg-id 43737D42.6020206@dunslane.net
обсуждение исходный текст
Ответы Re: generic builtin functions  (Martijn van Oosterhout <kleptog@svana.org>)
Re: generic builtin functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I am looking at creating a few generic functions builtin for the enum 
stuff. These would be tied to each enum type as it is created. However, 
they should not really appear in pg_proc initially, as there wouldn't be 
any enum types to tie them to anyway. But I want them to have reserved 
oids and appear in the list of builtins.

So I could hack genbki to exclude them, or I could add some code to 
remove them from pg_proc after the event. Bioth of these some a bit 
hackish. Maybe there's a trick I'm not aware of?

cheers

andrew


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: win32 8.1 pgadmin dll issues
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: generic builtin functions