Re: Multiline plpython procedure - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: Multiline plpython procedure
Date
Msg-id 1106298822.8688.102.camel@sabrina.peacock.de
Whole thread Raw
In response to Re: Multiline plpython procedure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Fri, 2005-01-21 at 01:30 -0500, Tom Lane wrote:
> Greg Stark <gsstark@mit.edu> writes:
> > Egads. So the set of valid Python programs is different depending on what
> > platform you're on? That's just, uhm, insane.
>
> No quibble here.

Funny discussion. Did you ever try a shell script written on
dos/windows, transferred binary to *nix, with for example bash?
Strange errors at the #! line? Yes. Here you are. You cant
blame python for it.

Python bytecode however is in fact running on every platform.

I think an approach where plpython compiles just like plpgsql
should be perfectly valid.
--
Tino Wildenhain <tino@wildenhain.de>


pgsql-general by date:

Previous
From: Stuart Bishop
Date:
Subject: Re: Best Linux Distribution
Next
From: Marco Colombo
Date:
Subject: Re: Multiline plpython procedure