Re: PL/Python (was: Re: [GENERAL] Re: Trigger)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: vello(at)pyystel(dot)ee, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/Python (was: Re: [GENERAL] Re: Trigger)
Date: 2001-01-23 04:47:40
Message-ID: 200101230447.XAA07025@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-interfaces


Comments anyone?

>
> On Tue, 19 Dec 2000, Bruce Momjian wrote:
>
> > > PS. -hackers: What happen with PL/Python? Before 1/2 of year I ask if
> > > anyone works on this and answer was: "yes, but 'he' is waiting for new
> > > fmgr design". Tom's fmgr is done... IMHO it's big worse - The Python
> > > has very good design for integration to other programs.
> >
> > Good question. I don't remember this old message, though.
>
> ... but I remember, in the archive is following message:
>
> > Re: Hello PL/Python
> > ____________________________
> >
> > * From: Hannu Krosing <hannu(at)tm(dot)ee>
> > * To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
> > * Subject: Re: Hello PL/Python
> > * Date: Thu, 20 Jul 2000 12:30:54 +0300
> > _________________________________________________________________
> >
> > Karel Zak wrote:
> >>
> >> Today afternoon I a little study libpython1.5 and I mean create
> >> new PL language is not a problem.
> >>
> >> I a little play with it, and here is effect:
> >>
> >> test=# CREATE FUNCTION py_test() RETURNS text AS '
> >> test'# a = ''Hello '';
> >> test'# b = ''PL/Python'';
> >> test'# plpython.retval( a + b );
> >> test'# ' LANGUAGE 'plpython';
> >> CREATE
> >> test=#
> >> test=#
> >> test=# SELECT py_test();
> >> py_test
> >> -----------------
> >> Hello PL/Python
> >> (1 row)
> >>
> >> Comments? Works on this already anyone?
> >
> > There is a semi-complete implementation (i.e. no trigger procedures)
> > by Vello Kadarpik (vello(at)pyystel(dot)ee).
> >
> > He is probably waiting for fmgr redesign or somesuch to complete before
> > releasing it.
> >
> > ---------
> > Hannu
>
>
> Where is possible found it? IMHO it's really interesting feature.
>
> Karel
>
>
>

--
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-23 05:39:19 Re: "recovery mode"
Previous Message Bruce Momjian 2001-01-23 04:43:06 Re: User names

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-23 04:52:51 Re: Inline Comments for pg_dump
Previous Message Bruce Momjian 2001-01-23 04:46:56 Re: [PORTS] PostgreSQL pre-7.1 Linux/Alpha Status...

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-01-23 04:55:56 Re: [INTERFACES] Re: PHP and PostgreSQL
Previous Message Bruce Momjian 2001-01-23 04:45:45 Re: Re: more odbc patches