diff options
author | Tom Lane | 2007-09-14 16:08:33 +0000 |
---|---|---|
committer | Tom Lane | 2007-09-14 16:08:33 +0000 |
commit | b06180156933f881f0886635c9c053d07d8401f2 (patch) | |
tree | e05ac6442a74d444f3275329cfc1ca84b735d80b | |
parent | 0fcc0224fe94830d564262684947093b7064f7e3 (diff) |
Fix markup that doesn't work in back branches.
-rw-r--r-- | doc/src/sgml/release.sgml | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ce49e248659..4128f3a90c5 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.400.2.45 2007/09/14 15:51:18 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.46 2007/09/14 16:08:33 tgl Exp $ --> <!-- Typical markup: @@ -488,13 +488,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> @@ -3549,13 +3547,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> @@ -7059,13 +7055,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> @@ -10247,13 +10241,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> |