| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Jan Wieck <janwieck(at)yahoo(dot)com> |
| Cc: | Ben-Nes Michael <miki(at)canaan(dot)co(dot)il>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Unrecognized language Error |
| Date: | 2002-01-23 19:08:41 |
| Message-ID: | 200201231908.g0NJ8fH29238@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-01-23 19:16:57 | Re: postgresql 7.2b5 and vserver: statistics sockets |
| Previous Message | Vince Vielhaber | 2002-01-23 19:05:58 | Re: Canadian website mirror |