projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae15f2
)
Remove duplicated index entry.
author
Tom Lane
Sun, 3 Sep 2006 22:23:58 +0000
(22:23 +0000)
committer
Tom Lane
Sun, 3 Sep 2006 22:23:58 +0000
(22:23 +0000)
doc/src/sgml/plpython.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpython.sgml
b/doc/src/sgml/plpython.sgml
index 87f0b01507a897db26eafd19a2cced283dee7208..135ef85d5bce0b05bb15beeb7707ab1db7fe966f 100644
(file)
--- a/
doc/src/sgml/plpython.sgml
+++ b/
doc/src/sgml/plpython.sgml
@@
-1,4
+1,4
@@
-
+
PL/Python - Python Procedural Language
@@
-256,9
+256,7
@@
$$ LANGUAGE plpythonu;
If you do not provide a return value, Python returns the default
None
.
PL/Python
translates
- Python's
None
into the SQL null
- value.
null value>
- sortas="PL/Python">in PL/Python>
+ Python's
None
into the SQL null value.