File tree 3 files changed +94
-61
lines changed
3 files changed +94
-61
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.46 2010/03/18 19:43:03 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.47 2010/03/21 02:24:29 momjian Exp $ -->
2
2
3
3
<chapter id="plpython">
4
4
<title>PL/Python - Python Procedural Language</title>
@@ -397,7 +397,7 @@ $$ LANGUAGE plpythonu;
397
397
</para>
398
398
</sect2>
399
399
400
- <sect2>
400
+ <sect2 id="plpython-arrays" >
401
401
<title>Arrays, Lists</title>
402
402
<para>
403
403
SQL array values are passed into PL/Python as a Python list. To
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.80 2009/12/26 16:55:21 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.81 2010/03/21 02:24:29 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -84,7 +84,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
84
84
</para>
85
85
</refsect2>
86
86
87
- <refsect2>
87
+ <refsect2 id="SQL-CREATETYPE-enum" >
88
88
<title>Enumerated Types</title>
89
89
90
90
<para>
You can’t perform that action at this time.
0 commit comments