old-style handler error

From: Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: old-style handler error
Date: 2004-12-08 11:48:18
Message-ID: 20041208114818.62419.qmail@web50007.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


i have added my own pocedural language in postgresql.
by using the Create function command i ve also written
a procedure in that language.

now when invoke that function with
SELECT (func_name) i receive the following error
message

ERROR: language 17254 has old-style handler.


__________________________________
Do you Yahoo!?
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com

Browse pgsql-hackers by date

  From Date Subject
Next Message Schoudel, Brian 2004-12-08 14:48:34 tuple properties out of TupleTableSlot
Previous Message Ed L. 2004-12-08 03:03:09 replacing a view: bug or feature?