Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit634e440

Browse files
committed
Fix busted markup.
1 parent9946b83 commit634e440

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

‎doc/src/sgml/plpython.sgml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.12 2002/09/21 18:32:53 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.13 2002/09/22 18:47:24 tgl Exp $ -->
22

33
<chapter id="plpython">
44
<title>PL/Python - Python Procedural Language</title>
@@ -221,12 +221,14 @@ plan = plpy.prepare("SOME OTHER QUERY")
221221
execution environment, further restricts it to prevent the use of
222222
the file <function>open</> call, and allows only modules from a
223223
specific list to be imported. Presently, that list includes:
224-
<literal>array</>, <>bisect</>, <>binascii</>, <>calendar</>,
225-
<>cmath</>, <>codecs</>, <>errno</>, <>marshal</>, <>math</>,
226-
<>md5</>, <>mpz</>, <>operator</>, <>pcre</>, <>pickle</>,
227-
<>random</>, <>re</>, <>regex</>, <>sre</>, <>sha</>, <>string</>,
228-
<>StringIO</>, <>struct</>, <>time</>, <>whrandom</>, and
229-
<>zlib</>.
224+
<literal>array</>, <literal>bisect</>, <literal>binascii</>,
225+
<literal>calendar</>, <literal>cmath</>, <literal>codecs</>,
226+
<literal>errno</>, <literal>marshal</>, <literal>math</>, <literal>md5</>,
227+
<literal>mpz</>, <literal>operator</>, <literal>pcre</>,
228+
<literal>pickle</>, <literal>random</>, <literal>re</>, <literal>regex</>,
229+
<literal>sre</>, <literal>sha</>, <literal>string</>, <literal>StringIO</>,
230+
<literal>struct</>, <literal>time</>, <literal>whrandom</>, and
231+
<literal>zlib</>.
230232
</para>
231233
</sect1>
232234

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp