How to add our functions in postgres - Mailing list pgsql-hackers

From sandeep satpal
Subject How to add our functions in postgres
Date
Msg-id Pine.LNX.4.63.0511301034110.2691@akash.it.iitb.ac.in
Whole thread Raw
Responses Re: How to add our functions in postgres
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: BIN()
Next
From: Martijn van Oosterhout
Date:
Subject: Re: How to add our functions in postgres