Fix busted markup.
This commit is contained in:
parent
9946b83ded
commit
634e440b58
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.12 2002/09/21 18:32:53 petere Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.13 2002/09/22 18:47:24 tgl Exp $ -->
|
||||||
|
|
||||||
<chapter id="plpython">
|
<chapter id="plpython">
|
||||||
<title>PL/Python - Python Procedural Language</title>
|
<title>PL/Python - Python Procedural Language</title>
|
||||||
@ -221,12 +221,14 @@ plan = plpy.prepare("SOME OTHER QUERY")
|
|||||||
execution environment, further restricts it to prevent the use of
|
execution environment, further restricts it to prevent the use of
|
||||||
the file <function>open</> call, and allows only modules from a
|
the file <function>open</> call, and allows only modules from a
|
||||||
specific list to be imported. Presently, that list includes:
|
specific list to be imported. Presently, that list includes:
|
||||||
<literal>array</>, <>bisect</>, <>binascii</>, <>calendar</>,
|
<literal>array</>, <literal>bisect</>, <literal>binascii</>,
|
||||||
<>cmath</>, <>codecs</>, <>errno</>, <>marshal</>, <>math</>,
|
<literal>calendar</>, <literal>cmath</>, <literal>codecs</>,
|
||||||
<>md5</>, <>mpz</>, <>operator</>, <>pcre</>, <>pickle</>,
|
<literal>errno</>, <literal>marshal</>, <literal>math</>, <literal>md5</>,
|
||||||
<>random</>, <>re</>, <>regex</>, <>sre</>, <>sha</>, <>string</>,
|
<literal>mpz</>, <literal>operator</>, <literal>pcre</>,
|
||||||
<>StringIO</>, <>struct</>, <>time</>, <>whrandom</>, and
|
<literal>pickle</>, <literal>random</>, <literal>re</>, <literal>regex</>,
|
||||||
<>zlib</>.
|
<literal>sre</>, <literal>sha</>, <literal>string</>, <literal>StringIO</>,
|
||||||
|
<literal>struct</>, <literal>time</>, <literal>whrandom</>, and
|
||||||
|
<literal>zlib</>.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user