diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-06 04:17:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-06 04:17:59 +0000 |
commit | 96959c18c6ec0f6666b35a2af9b416a934a7ca2e (patch) | |
tree | 5e8e950cd65892ea65299681d0e46cb35d227149 | |
parent | 17406c92ac19acb2feee74470aa5402a26fd7da5 (diff) | |
download | postgresql-96959c18c6ec0f6666b35a2af9b416a934a7ca2e.tar.gz postgresql-96959c18c6ec0f6666b35a2af9b416a934a7ca2e.zip |
Fix markup because older releases couldn't link to the reference section.
-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 87ac180e377..3a260f6fcb7 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.35 2007/01/05 22:34:54 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.36 2007/01/06 04:17:59 momjian Exp $ --> <!-- Typical markup: @@ -132,8 +132,7 @@ For new features, add links to the documentation sections. <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> @@ -2911,8 +2910,7 @@ 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> @@ -6218,8 +6216,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> @@ -9235,8 +9232,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> |