mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix broken markup.
This commit is contained in:
parent
6ca09ad703
commit
4ae15f29f7
@ -1,4 +1,4 @@
|
|||||||
<!-- $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">
|
<chapter id="plpython">
|
||||||
<title>PL/Python - Python Procedural Language</title>
|
<title>PL/Python - Python Procedural Language</title>
|
||||||
@ -200,6 +200,7 @@ $$ LANGUAGE plpythonu;
|
|||||||
the corresponding position.
|
the corresponding position.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Mapping (dictionary)</term>
|
<term>Mapping (dictionary)</term>
|
||||||
@ -221,6 +222,7 @@ $$ LANGUAGE plpythonu;
|
|||||||
<symbol>None</symbol> with the corresponding column name as the key.
|
<symbol>None</symbol> with the corresponding column name as the key.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Object (any object providing method <literal>__getattr__</literal>)</term>
|
<term>Object (any object providing method <literal>__getattr__</literal>)</term>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user