Skip to content

Commit 6ad4249

Browse files
committed
Add more 9.0 release note documentation links.
1 parent 4748faa commit 6ad4249

File tree

3 files changed

+94
-61
lines changed

3 files changed

+94
-61
lines changed

doc/src/sgml/plpython.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="plpython">
44
<title>PL/Python - Python Procedural Language</title>
@@ -397,7 +397,7 @@ $$ LANGUAGE plpythonu;
397397
</para>
398398
</sect2>
399399

400-
<sect2>
400+
<sect2 id="plpython-arrays">
401401
<title>Arrays, Lists</title>
402402
<para>
403403
SQL array values are passed into PL/Python as a Python list. To

doc/src/sgml/ref/create_type.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -84,7 +84,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
8484
</para>
8585
</refsect2>
8686

87-
<refsect2>
87+
<refsect2 id="SQL-CREATETYPE-enum">
8888
<title>Enumerated Types</title>
8989

9090
<para>

0 commit comments

Comments
 (0)