From: | Steve White <swhite(at)aip(dot)de> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #5272: PL/Python SELECT: return composite fields as dict, not str |
Date: | 2010-01-31 12:20:25 |
Message-ID: | 20100131122025.GA9797@cashmere.aip.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi all,
Robert suggested that I start some documentation about limitations of
PL/Python. Find attached.
I think it would also be good to explain the meaning of "trusted" regarding
PL/Python, and how it might impact the user. There is already some
commented-out doc, and also something in the PL/Perl section.
Specifically, a user might want to know if it is actually dangerous to
use PL/Python, etc. If it is dangerous, how, and for whom? Where should
one be careful?
Cheers!
On 11.01.10, Robert Haas wrote:
> On Mon, Jan 11, 2010 at 11:41 AM, Steve White <swhite(at)aip(dot)de> wrote:
> > I see nothing in the documentation about this
> > http://www.postgresql.org/docs/8.4/static/plpython.html
> > It only talks about passing composite types into and out of functions.
> >
> > This is an unpleasant discovery for those working to a deadline. Perhaps a
> > "limitations" section for the doc would be in order. (You could also list
> > the limitations of PL/Python regarding returning RECORD types.)
>
> Maybe you could suggest some text, perhaps in the form of a context
> diff against the current sgml files?
>
--
| - - - - - - - - - - - - - - - - - - - - - - - - -
| Steve White +49(331)7499-202
| e-Science / AstroGrid-D Zi. 35 Bg. 20
| - - - - - - - - - - - - - - - - - - - - - - - - -
| Astrophysikalisches Institut Potsdam (AIP)
| An der Sternwarte 16, D-14482 Potsdam
|
| Vorstand: Prof. Dr. Matthias Steinmetz, Peter A. Stolz
|
| Stiftung privaten Rechts, Stiftungsverzeichnis Brandenburg: III/7-71-026
| - - - - - - - - - - - - - - - - - - - - - - - - -
Attachment | Content-Type | Size |
---|---|---|
plpython.sgml.diff | text/plain | 1.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Steve White | 2010-01-31 14:07:20 | REFERENCES misbehaves with inheritance |
Previous Message | Tom Lane | 2010-01-30 20:13:02 | Re: BUG #5302: WIN1252 encoding causes server memory leak |