File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.31 2006/09/02 12:30:01 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ -->
2
2
3
3
<chapter id="plpython">
4
4
<title>PL/Python - Python Procedural Language</title>
@@ -200,6 +200,7 @@ $$ LANGUAGE plpythonu;
200
200
the corresponding position.
201
201
</para>
202
202
</listitem>
203
+ </varlistentry>
203
204
204
205
<varlistentry>
205
206
<term>Mapping (dictionary)</term>
@@ -221,6 +222,7 @@ $$ LANGUAGE plpythonu;
221
222
<symbol>None</symbol> with the corresponding column name as the key.
222
223
</para>
223
224
</listitem>
225
+ </varlistentry>
224
226
225
227
<varlistentry>
226
228
<term>Object (any object providing method <literal>__getattr__</literal>)</term>
You can’t perform that action at this time.
0 commit comments