File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.33 2006/09/03 22:23:58 tgl Exp $ -->
2
2
3
3
<chapter id="plpython">
4
4
<title>PL/Python - Python Procedural Language</title>
@@ -256,9 +256,7 @@ $$ LANGUAGE plpythonu;
256
256
<para>
257
257
If you do not provide a return value, Python returns the default
258
258
<symbol>None</symbol>. <application>PL/Python</application> translates
259
- Python's <symbol>None</symbol> into the SQL null
260
- value.<indexterm><primary>null value</><secondary
261
- sortas="PL/Python">in PL/Python</></indexterm>
259
+ Python's <symbol>None</symbol> into the SQL null value.
262
260
</para>
263
261
264
262
<para>
You can’t perform that action at this time.
0 commit comments