Re: Unrecognized language Error - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Unrecognized language Error
Date
Msg-id 200201231908.g0NJ8fH29238@candle.pha.pa.us
Whole thread Raw
In response to Re: Unrecognized language Error  (Jan Wieck <janwieck@yahoo.com>)
Responses Re: Unrecognized language Error  (Jan Wieck <janwieck@yahoo.com>)
List pgsql-general
> > comp.canaan.co.il=# CREATE FUNCTION addnumbers (INTEGER, INTEGER) RETURNS
> > INTEGER AS '
> > comp.canaan.co.il'# DECLARE
> > comp.canaan.co.il'# v1 ALIAS FOR $1;
> > comp.canaan.co.il'# v2 ALIAS FOR $2;
> > comp.canaan.co.il'# BEGIN
> > comp.canaan.co.il'# RETURN v1 + v2;
> > comp.canaan.co.il'# END;'
> > comp.canaan.co.il-# LANGUAGE 'plpgpsql';
>
>                                 ^^^^^^^^
>
>     What about a little nap? Catching some sleep every other day
>     helps ... sometimes :-)

Isn't that our PGP-encrypted stored procedure language?  You mean you
didn't write that one yet, Jan.  :-)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Unrecognized language Error
Next
From: Vince Vielhaber
Date:
Subject: Re: Canadian website mirror