old-style handler problem

From: Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: old-style handler problem
Date: 2004-12-08 16:03:22
Message-ID: 20041208160322.63872.qmail@web50006.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi everyone

i ve added my own pl language in postgresql. i ve
followed the process mentioned in the documentation.
for the handler function i ve followed the following
template

PG_FUNCTION_INFO_V1(myhandler);

Datum
plsample_call_handler(PG_FUNCTION_ARGS)
{
Datum rv;

...my code....

return rv;
}

then i created a function using my language...but when
i invoked it later on with SELECT funcName() i
received the following error

ERROR: language 25450 has old-style handler

why am i getting this message and how can it be
rectified...thank you


__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-12-08 16:12:54 Small fix for 7.2.6/contrib/seg
Previous Message Schoudel, Brian 2004-12-08 14:48:34 tuple properties out of TupleTableSlot