aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-09-14 16:13:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-09-14 16:13:22 +0000
commit038be7ea31f79609f72d8a4837b20659481dbd87 (patch)
tree931d650f0c1c0a83ec54c68f47e253dc7a6cf2da
parentb7bddb34425e9fbda2ddb6a212fd1af61712d2af (diff)
downloadpostgresql-038be7ea31f79609f72d8a4837b20659481dbd87.tar.gz
postgresql-038be7ea31f79609f72d8a4837b20659481dbd87.zip
Fix markup that doesn't work in back branches.
-rw-r--r--doc/src/sgml/release.sgml26
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index e7774959d82..81f8b8d7870 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.13 2007/09/14 15:51:04 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.14 2007/09/14 16:13:22 tgl Exp $ -->
<!--
Typical markup:
@@ -3685,13 +3685,11 @@ do it for earlier branch release files.
<para>
<function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
- new <link linkend="APP-INITDB"><application>initdb</></link>
- installs (Tom)
+ new <application>initdb</> installs (Tom)
</para>
<para>
- This is because <link
- linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
+ This is because <varname>lc_numeric</> can potentially
change the output of these functions.
</para>
</listitem>
@@ -6746,13 +6744,11 @@ psql -t -f fixseq.sql db1 | psql -e db1
<para>
<function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
- new <link linkend="APP-INITDB"><application>initdb</></link>
- installs (Tom)
+ new <application>initdb</> installs (Tom)
</para>
<para>
- This is because <link
- linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
+ This is because <varname>lc_numeric</> can potentially
change the output of these functions.
</para>
</listitem>
@@ -10256,13 +10252,11 @@ typedefs (Michael)</para></listitem>
<para>
<function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
- new <link linkend="APP-INITDB"><application>initdb</></link>
- installs (Tom)
+ new <application>initdb</> installs (Tom)
</para>
<para>
- This is because <link
- linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
+ This is because <varname>lc_numeric</> can potentially
change the output of these functions.
</para>
</listitem>
@@ -13444,13 +13438,11 @@ DROP SCHEMA information_schema CASCADE;
<para>
<function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
- new <link linkend="APP-INITDB"><application>initdb</></link>
- installs (Tom)
+ new <application>initdb</> installs (Tom)
</para>
<para>
- This is because <link
- linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
+ This is because <varname>lc_numeric</> can potentially
change the output of these functions.
</para>
</listitem>