diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 15:57:27 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 15:57:27 +0000 |
commit | 8ea2d503b6f74640b960c1d41e696983cf6fe29e (patch) | |
tree | 3485563a385e5c69e198abf7e9c7a8d388adaeec | |
parent | dc3fa6afb0d543458ee5ea5f555b6bd9a9b171c9 (diff) | |
download | postgresql-8ea2d503b6f74640b960c1d41e696983cf6fe29e.tar.gz postgresql-8ea2d503b6f74640b960c1d41e696983cf6fe29e.zip |
Fix markup that doesn't work in back branches.
-rw-r--r-- | doc/src/sgml/release.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 52e3dc70aa7..790d5282936 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.163.2.45 2007/09/14 15:51:59 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.46 2007/09/14 15:57:27 tgl Exp $ --> <!-- Typical markup: @@ -238,13 +238,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> |