How to add our functions in postgres

Поиск
Список
Период
Сортировка
От sandeep satpal
Тема How to add our functions in postgres
Дата
Msg-id Pine.LNX.4.63.0511301034110.2691@akash.it.iitb.ac.in
обсуждение исходный текст
Ответы Re: How to add our functions in postgres  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Hi,
I have to add a function in varlena.c named
btcasecmp(PG_FUNCTION_ARG) ,
so what other information I have to add in source.
I know little bit of it,
I have added that function in
src/backend/utils/fmgrtab.c and assign a new oid but when I installed that 
function definition is not appearing in the table "pg_amproc",
So I want to know what other information I have to add so that I can call 
my function using oid.

Thanks and regards,
Sandeep

-- 
------------------
| Sandeep Satpal |
| M.Tech Student |
| Lab 212 KReSIT |
------------------


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: BIN()
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: How to add our functions in postgres