Re: [GENERAL] ERROR: Unrecognized language specified ...

2001-10-12 Thread Bruce Momjian
> I'm creating a function (for use in a trigger) from the example in the > documentation and encountered an error. If I type the following at > the psql prompt (database and user are opf): > > opf=> create function opf_user_fillin() returns opaque as ' > opf'> begin > opf'> new.opf_user_id := n

Re: [GENERAL] ERROR: Unrecognized language specified ...

2001-10-10 Thread Stephan Szabo
You'll need to use createlang to add the handler. IIRC, it's createlang On Tue, 9 Oct 2001, Kevin HaleBoyes wrote: > I'm creating a function (for use in a trigger) from the example in the > documentation and encountered an error. If I type the following at > the psql prompt (database and us