aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpython.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-03-21 02:24:29 +0000
committerBruce Momjian <bruce@momjian.us>2010-03-21 02:24:29 +0000
commit6ad4249b5cde27e914acfa64a9bad268ece61fe2 (patch)
tree3e11ce89a207e5181de7a1beaecb26ade7c113df /doc/src/sgml/plpython.sgml
parent4748faa50a5d1cc6eb4205b305c1465bd9f91963 (diff)
downloadpostgresql-6ad4249b5cde27e914acfa64a9bad268ece61fe2.tar.gz
postgresql-6ad4249b5cde27e914acfa64a9bad268ece61fe2.zip
Add more 9.0 release note documentation links.
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r--doc/src/sgml/plpython.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index a82c0f39b63..73013840a55 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.46 2010/03/18 19:43:03 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.47 2010/03/21 02:24:29 momjian Exp $ -->
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
@@ -397,7 +397,7 @@ $$ LANGUAGE plpythonu;
</para>
</sect2>
- <sect2>
+ <sect2 id="plpython-arrays">
<title>Arrays, Lists</title>
<para>
SQL array values are passed into PL/Python as a Python list. To