Skip to content

Commit 9ddbbe9

Browse files
committed
In release notes, always use </link> rather than </>.
1 parent 5a05d18 commit 9ddbbe9

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

doc/src/sgml/release.sgml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.465 2006/10/07 20:59:03 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.466 2006/10/07 22:06:25 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -479,8 +479,8 @@ For new features, add links to the documentation sections.
479479
<listitem>
480480
<para>
481481
Add <literal>FILLFACTOR</> to <link
482-
linkend="SQL-CREATETABLE">table</> and <link
483-
linkend="SQL-CREATEINDEX">index</> creation (ITAGAKI
482+
linkend="SQL-CREATETABLE">table</link> and <link
483+
linkend="SQL-CREATEINDEX">index</link> creation (ITAGAKI
484484
Takahiro)
485485
</para>
486486

@@ -520,7 +520,7 @@ For new features, add links to the documentation sections.
520520
<listitem>
521521
<para>
522522
Allow the planner to reorder <link linkend="queries-join">outer
523-
joins</> in some circumstances (Tom)
523+
joins</link> in some circumstances (Tom)
524524
</para>
525525

526526
<para>
@@ -547,16 +547,16 @@ For new features, add links to the documentation sections.
547547
<listitem>
548548
<para>
549549
Improve planning of joins to <link linkend="ddl-inherit">inherited
550-
tables</> and <link linkend="queries-union"><literal>UNION
550+
tables</link> and <link linkend="queries-union"><literal>UNION
551551
ALL</></link> views (Tom)
552552
</para>
553553
</listitem>
554554

555555
<listitem>
556556
<para>
557557
Allow <link linkend="guc-constraint-exclusion">constraint
558-
exclusion</> to be applied to <link
559-
linkend="ddl-inherit">inherited</> <command>UPDATE</> and
558+
exclusion</link> to be applied to <link
559+
linkend="ddl-inherit">inherited</link> <command>UPDATE</> and
560560
<command>DELETE</> queries (Tom)
561561
</para>
562562

@@ -794,7 +794,7 @@ For new features, add links to the documentation sections.
794794
<listitem>
795795
<para>
796796
Add support for <link linkend="config-setting">include
797-
directives</> in <filename>postgresql.conf</> (Joachim
797+
directives</link> in <filename>postgresql.conf</> (Joachim
798798
Wieland)
799799
</para>
800800
</listitem>
@@ -1093,7 +1093,7 @@ For new features, add links to the documentation sections.
10931093
<listitem>
10941094
<para>
10951095
Add new aggregate creation <link
1096-
linkend="SQL-CREATEAGGREGATE">syntax</> (Tom)
1096+
linkend="SQL-CREATEAGGREGATE">syntax</link> (Tom)
10971097
</para>
10981098

10991099
<para>
@@ -1107,7 +1107,7 @@ For new features, add links to the documentation sections.
11071107

11081108
<listitem>
11091109
<para>
1110-
<link linkend="SQL-CREATEAGGREGATE">Aggregate functions</>
1110+
<link linkend="SQL-CREATEAGGREGATE">Aggregate functions</link>
11111111
now support multiple input parameters (Sergey Koposov, Tom)
11121112
</para>
11131113
</listitem>
@@ -1196,7 +1196,7 @@ For new features, add links to the documentation sections.
11961196

11971197
<listitem>
11981198
<para>
1199-
Allow <link linkend="SQL-COMMENT">comments</> on global
1199+
Allow <link linkend="SQL-COMMENT">comments</link> on global
12001200
objects to be stored globally (Kris Jurka)
12011201
</para>
12021202

@@ -1232,7 +1232,7 @@ For new features, add links to the documentation sections.
12321232
<listitem>
12331233
<para>
12341234
Provide <link linkend="functions-advisory-locks">advisory
1235-
locking</> functionality (Abhijit Menon-Sen, Tom)
1235+
locking</link> functionality (Abhijit Menon-Sen, Tom)
12361236
</para>
12371237

12381238
<para>
@@ -1415,7 +1415,7 @@ For new features, add links to the documentation sections.
14151415

14161416
<listitem>
14171417
<para>
1418-
New <link linkend="functions-geometry-op-table">operators</>
1418+
New <link linkend="functions-geometry-op-table">operators</link>
14191419
for array-subset comparisons (<literal>@&gt;</>,
14201420
<literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom)
14211421
</para>
@@ -1428,7 +1428,7 @@ For new features, add links to the documentation sections.
14281428
<listitem>
14291429
<para>
14301430
Add convenient arithmetic <link
1431-
linkend="cidr-inet-operators-table">operations</> on
1431+
linkend="cidr-inet-operators-table">operations</link> on
14321432
<type>INET</>/<type>CIDR</> values (Stephen R. van den
14331433
Berg)
14341434
</para>
@@ -1444,7 +1444,7 @@ For new features, add links to the documentation sections.
14441444
<listitem>
14451445
<para>
14461446
Add new aggregate <link
1447-
linkend="functions-aggregate-statistics-table">functions</>
1447+
linkend="functions-aggregate-statistics-table">functions</link>
14481448
from SQL2003 (Neil)
14491449
</para>
14501450

@@ -1479,7 +1479,7 @@ For new features, add links to the documentation sections.
14791479

14801480
<listitem>
14811481
<para>
1482-
Allow <link linkend="SQL-CREATEDOMAIN">domains</> to be
1482+
Allow <link linkend="SQL-CREATEDOMAIN">domains</link> to be
14831483
created using other domains (Tom)
14841484
</para>
14851485
</listitem>
@@ -1881,7 +1881,7 @@ For new features, add links to the documentation sections.
18811881

18821882
<listitem>
18831883
<para>
1884-
Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</>
1884+
Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</link>
18851885
from <link
18861886
linkend="libpq-pgservice"><filename>pg_service.conf</></link>
18871887
(Laurenz Albe)
@@ -2133,7 +2133,7 @@ For new features, add links to the documentation sections.
21332133

21342134
<listitem>
21352135
<para>
2136-
Re-implement the <link linkend="regress">regression test</> script as a C program
2136+
Re-implement the <link linkend="regress">regression test</link> script as a C program
21372137
(Magnus, Tom)
21382138
</para>
21392139
</listitem>
@@ -2152,11 +2152,13 @@ For new features, add links to the documentation sections.
21522152
</para>
21532153

21542154
<para>
2155-
New <link linkend="xfunc-c-dynload">functions</> <function>_PG_init()</> and <function>_PG_fini()</>
2156-
are called if the library defines such symbols. Hence we
2157-
no longer need to specify an initialization function in
2158-
<varname>shared_preload_libraries</>; we can assume that the
2159-
library used the <function>_PG_init()</> convention instead.
2155+
New <link linkend="xfunc-c-dynload">functions</link>
2156+
<function>_PG_init()</> and <function>_PG_fini()</> are
2157+
called if the library defines such symbols. Hence we no
2158+
longer need to specify an initialization function in
2159+
<varname>shared_preload_libraries</>; we can assume that
2160+
the library used the <function>_PG_init()</> convention
2161+
instead.
21602162
</para>
21612163
</listitem>
21622164

0 commit comments

Comments
 (0)