Re: Unrecognized language Error - Mailing list pgsql-general

From Jan Wieck
Subject Re: Unrecognized language Error
Date
Msg-id 200201232023.g0NKNS215728@saturn.janwieck.net
Whole thread Raw
In response to Re: Unrecognized language Error  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Bruce Momjian wrote:
> > > 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.  :-)

    Of course NOT! That name was reserved for the embedded

    "PostScript Query Language" (psql)

    But  it'll  be  more  like  a  datatype to store documents as
    PostScript templates, that on retrieval fill  in  the  actual
    data into variable fields in the document.

    Slight  variants  of  it  will  be  plpgpdfql, plpgpcl5ql and
    plpghpglql.

    Plpgpdfql  for  example   would   be   very   efficient   for
    personalized  mass  emailing.  The  current  practice of HTML
    spamming doesn't fill the available bandwidth ...


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Unrecognized language Error
Next
From: Jan Wieck
Date:
Subject: Re: persistent portals/cursors (between transactions)