diff options
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 110c2a826e5..e22d292ccb9 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.11 2002/09/18 20:09:32 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.12 2002/09/21 18:32:53 petere Exp $ --> <chapter id="plpython"> <title>PL/Python - Python Procedural Language</title> @@ -221,9 +221,12 @@ plan = plpy.prepare("SOME OTHER QUERY") execution environment, further restricts it to prevent the use of the file <function>open</> call, and allows only modules from a specific list to be imported. Presently, that list includes: - array, bisect, binascii, calendar, cmath, codecs, errno, marshal, - math, md5, mpz, operator, pcre, pickle, random, re, regex, sre, - sha, string, StringIO, struct, time, whrandom, and zlib. + <literal>array</>, <>bisect</>, <>binascii</>, <>calendar</>, + <>cmath</>, <>codecs</>, <>errno</>, <>marshal</>, <>math</>, + <>md5</>, <>mpz</>, <>operator</>, <>pcre</>, <>pickle</>, + <>random</>, <>re</>, <>regex</>, <>sre</>, <>sha</>, <>string</>, + <>StringIO</>, <>struct</>, <>time</>, <>whrandom</>, and + <>zlib</>. </para> </sect1> |