In release notes, always use </link> rather than </>.

This commit is contained in:
Bruce Momjian 2006-10-07 22:06:25 +00:00
parent 5a05d18e59
commit 9ddbbe95fe

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.465 2006/10/07 20:59:03 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.466 2006/10/07 22:06:25 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -479,8 +479,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>FILLFACTOR</> to <link Add <literal>FILLFACTOR</> to <link
linkend="SQL-CREATETABLE">table</> and <link linkend="SQL-CREATETABLE">table</link> and <link
linkend="SQL-CREATEINDEX">index</> creation (ITAGAKI linkend="SQL-CREATEINDEX">index</link> creation (ITAGAKI
Takahiro) Takahiro)
</para> </para>
@ -520,7 +520,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow the planner to reorder <link linkend="queries-join">outer Allow the planner to reorder <link linkend="queries-join">outer
joins</> in some circumstances (Tom) joins</link> in some circumstances (Tom)
</para> </para>
<para> <para>
@ -547,7 +547,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Improve planning of joins to <link linkend="ddl-inherit">inherited Improve planning of joins to <link linkend="ddl-inherit">inherited
tables</> and <link linkend="queries-union"><literal>UNION tables</link> and <link linkend="queries-union"><literal>UNION
ALL</></link> views (Tom) ALL</></link> views (Tom)
</para> </para>
</listitem> </listitem>
@ -555,8 +555,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="guc-constraint-exclusion">constraint Allow <link linkend="guc-constraint-exclusion">constraint
exclusion</> to be applied to <link exclusion</link> to be applied to <link
linkend="ddl-inherit">inherited</> <command>UPDATE</> and linkend="ddl-inherit">inherited</link> <command>UPDATE</> and
<command>DELETE</> queries (Tom) <command>DELETE</> queries (Tom)
</para> </para>
@ -794,7 +794,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add support for <link linkend="config-setting">include Add support for <link linkend="config-setting">include
directives</> in <filename>postgresql.conf</> (Joachim directives</link> in <filename>postgresql.conf</> (Joachim
Wieland) Wieland)
</para> </para>
</listitem> </listitem>
@ -1093,7 +1093,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add new aggregate creation <link Add new aggregate creation <link
linkend="SQL-CREATEAGGREGATE">syntax</> (Tom) linkend="SQL-CREATEAGGREGATE">syntax</link> (Tom)
</para> </para>
<para> <para>
@ -1107,7 +1107,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
<link linkend="SQL-CREATEAGGREGATE">Aggregate functions</> <link linkend="SQL-CREATEAGGREGATE">Aggregate functions</link>
now support multiple input parameters (Sergey Koposov, Tom) now support multiple input parameters (Sergey Koposov, Tom)
</para> </para>
</listitem> </listitem>
@ -1196,7 +1196,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-COMMENT">comments</> on global Allow <link linkend="SQL-COMMENT">comments</link> on global
objects to be stored globally (Kris Jurka) objects to be stored globally (Kris Jurka)
</para> </para>
@ -1232,7 +1232,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Provide <link linkend="functions-advisory-locks">advisory Provide <link linkend="functions-advisory-locks">advisory
locking</> functionality (Abhijit Menon-Sen, Tom) locking</link> functionality (Abhijit Menon-Sen, Tom)
</para> </para>
<para> <para>
@ -1415,7 +1415,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
New <link linkend="functions-geometry-op-table">operators</> New <link linkend="functions-geometry-op-table">operators</link>
for array-subset comparisons (<literal>@&gt;</>, for array-subset comparisons (<literal>@&gt;</>,
<literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom) <literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom)
</para> </para>
@ -1428,7 +1428,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add convenient arithmetic <link Add convenient arithmetic <link
linkend="cidr-inet-operators-table">operations</> on linkend="cidr-inet-operators-table">operations</link> on
<type>INET</>/<type>CIDR</> values (Stephen R. van den <type>INET</>/<type>CIDR</> values (Stephen R. van den
Berg) Berg)
</para> </para>
@ -1444,7 +1444,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add new aggregate <link Add new aggregate <link
linkend="functions-aggregate-statistics-table">functions</> linkend="functions-aggregate-statistics-table">functions</link>
from SQL2003 (Neil) from SQL2003 (Neil)
</para> </para>
@ -1479,7 +1479,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-CREATEDOMAIN">domains</> to be Allow <link linkend="SQL-CREATEDOMAIN">domains</link> to be
created using other domains (Tom) created using other domains (Tom)
</para> </para>
</listitem> </listitem>
@ -1881,7 +1881,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</> Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</link>
from <link from <link
linkend="libpq-pgservice"><filename>pg_service.conf</></link> linkend="libpq-pgservice"><filename>pg_service.conf</></link>
(Laurenz Albe) (Laurenz Albe)
@ -2133,7 +2133,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Re-implement the <link linkend="regress">regression test</> script as a C program Re-implement the <link linkend="regress">regression test</link> script as a C program
(Magnus, Tom) (Magnus, Tom)
</para> </para>
</listitem> </listitem>
@ -2152,11 +2152,13 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
New <link linkend="xfunc-c-dynload">functions</> <function>_PG_init()</> and <function>_PG_fini()</> New <link linkend="xfunc-c-dynload">functions</link>
are called if the library defines such symbols. Hence we <function>_PG_init()</> and <function>_PG_fini()</> are
no longer need to specify an initialization function in called if the library defines such symbols. Hence we no
<varname>shared_preload_libraries</>; we can assume that the longer need to specify an initialization function in
library used the <function>_PG_init()</> convention instead. <varname>shared_preload_libraries</>; we can assume that
the library used the <function>_PG_init()</> convention
instead.
</para> </para>
</listitem> </listitem>