hi, i write a function in postgresql source code, how to register this function?

From: sunpeng <bluevaley(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: hi, i write a function in postgresql source code, how to register this function?
Date: 2010-06-16 16:42:25
Message-ID: AANLkTilt3A9FsWtryyw7PCn7MJ4N7Q8mEsCWoFMhb41I@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi,i write a function in postgresql source code, how to register this
function?
it is not an aggregate function.
i don't use 34.3"User-Defined Functions" described in
http://www.postgresql.org/docs/8.4/interactive/xfunc.html, i just write it
in postgresql sourcecode, how to register this function to let final user
use? Should i only add one tuple in pg_process table? how to add ?
thanks!
peng

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2010-06-16 17:43:57 Re: consequent PQsendQueryPrepared() failed: another command is already in progress
Previous Message Michael P. Soulier 2010-06-16 16:21:16 Misunderstanding transactions and locks