diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 16:15:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 16:15:35 +0000 |
commit | b2acd633e4fe8b12a0b21e0666dd885201cbb74c (patch) | |
tree | e4794bd06acc43b4e306b7259780d1f128866d45 | |
parent | 7f9de5407a2014b717fdaef363e8dfede499217d (diff) | |
download | postgresql-b2acd633e4fe8b12a0b21e0666dd885201cbb74c.tar.gz postgresql-b2acd633e4fe8b12a0b21e0666dd885201cbb74c.zip |
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 00f530d2794..e3aeb246bbd 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.505 2007/09/14 15:50:51 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.506 2007/09/14 16:15:35 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> |