提交 4ae15f29 编写于 作者: T Tom Lane

Fix broken markup.

上级 6ca09ad7
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.31 2006/09/02 12:30:01 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ -->
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
......@@ -200,6 +200,7 @@ $$ LANGUAGE plpythonu;
the corresponding position.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Mapping (dictionary)</term>
......@@ -221,6 +222,7 @@ $$ LANGUAGE plpythonu;
<symbol>None</symbol> with the corresponding column name as the key.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Object (any object providing method <literal>__getattr__</literal>)</term>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册