diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-06 04:17:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-06 04:17:33 +0000 |
commit | a05e93ed52b51b4b570d51d53500ab3e14b0eb73 (patch) | |
tree | 2025a922f10735940981397f0280f947eee34572 | |
parent | ccd743ef5d1389a5887778fcd91be0dce679290d (diff) | |
download | postgresql-a05e93ed52b51b4b570d51d53500ab3e14b0eb73.tar.gz postgresql-a05e93ed52b51b4b570d51d53500ab3e14b0eb73.zip |
Fix markup because older releases couldn't link to the reference section.
-rw-r--r-- | doc/src/sgml/release.sgml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 04ff67f0fbd..99e00f53e55 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.28 2007/01/05 22:35:04 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.29 2007/01/06 04:17:33 momjian Exp $ --> <appendix id="release"> @@ -87,8 +87,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.28 2007/01/05 22:35:04 tg <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> @@ -3394,8 +3393,7 @@ 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> @@ -6411,8 +6409,7 @@ 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> |