diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-03 22:23:58 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-03 22:23:58 +0000 |
commit | 676d1b4e67d5ad19b47694078ff55395323a994c (patch) | |
tree | fcf454c16813ce1bb64722b862487bd0a7bc2e1f /doc/src/sgml/plpython.sgml | |
parent | 4ae15f29f799bf15c9ef12fff038ed4ba92cc83c (diff) | |
download | postgresql-676d1b4e67d5ad19b47694078ff55395323a994c.tar.gz postgresql-676d1b4e67d5ad19b47694078ff55395323a994c.zip |
Remove duplicated index entry.
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 87f0b01507a..135ef85d5bc 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.33 2006/09/03 22:23:58 tgl Exp $ --> <chapter id="plpython"> <title>PL/Python - Python Procedural Language</title> @@ -256,9 +256,7 @@ $$ LANGUAGE plpythonu; <para> If you do not provide a return value, Python returns the default <symbol>None</symbol>. <application>PL/Python</application> translates - Python's <symbol>None</symbol> into the SQL null - value.<indexterm><primary>null value</><secondary - sortas="PL/Python">in PL/Python</></indexterm> + Python's <symbol>None</symbol> into the SQL null value. </para> <para> |