diff options
author | Tom Lane | 2007-09-14 16:01:03 +0000 |
---|---|---|
committer | Tom Lane | 2007-09-14 16:01:03 +0000 |
commit | 226b3129f5c9471123509f4d75ea94a762bdb158 (patch) | |
tree | 8afa393815e5dc113c3b7cc2ee17e0fa5bc68085 | |
parent | b75ac35bfda763d130b78a05ca6d9e0f3e4db895 (diff) |
Fix markup that doesn't work in back branches.
-rw-r--r-- | doc/src/sgml/release.sgml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 391f028566a..903e3146390 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.235.2.56 2007/09/14 15:51:47 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.57 2007/09/14 16:01:03 tgl Exp $ --> <!-- Typical markup: @@ -302,13 +302,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> @@ -3490,13 +3488,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> |