Lisp as procedural language

From: "Vladimir V(dot) Zolotych" <gsmith(at)eurocom(dot)od(dot)ua>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Lisp as procedural language
Date: 2001-05-05 13:54:07
Message-ID: 3AF405FF.D2BEC803@eurocom.od.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I see the following

proba=> select * from pg_language;
lanname |lanispl|lanpltrusted|lanplcallfoid|lancompiler
--------+-------+------------+-------------+--------------
internal|f |f | 0|n/a
lisp |f |f | 0|/usr/ucb/liszt
C |f |f | 0|/bin/cc
sql |f |f | 0|postgres
plpgsql |t |t | 56702850|PL/pgSQL

Would you mind to tell me is it possible to use Lisp
as procedural language ? Which Lisp (e.g Emacs-list,
Common Lisp, etc.). If it is possible could you give
me hints how I can do that ?

I'm using PosgtreSQL 7.0, Slackware 7.0, also I have
Common Lisp (CMUCL 18c) installed.

--
Vladimir Zolotych gsmith(at)eurocom(dot)od(dot)ua

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2001-05-05 14:00:50 Re: GiST indexing problems...
Previous Message David McWherter 2001-05-05 12:55:46 Re: GiST indexing problems...