1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix markup that doesn't work in back branches.

This commit is contained in:
Tom Lane 2007-09-14 16:13:22 +00:00
parent b7bddb3442
commit 038be7ea31

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.13 2007/09/14 15:51:04 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.14 2007/09/14 16:13:22 tgl Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -3685,13 +3685,11 @@ do it for earlier branch release files.
<para> <para>
<function>to_number()</> and <function>to_char(numeric)</> <function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
new <link linkend="APP-INITDB"><application>initdb</></link> new <application>initdb</> installs (Tom)
installs (Tom)
</para> </para>
<para> <para>
This is because <link This is because <varname>lc_numeric</> can potentially
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
change the output of these functions. change the output of these functions.
</para> </para>
</listitem> </listitem>
@ -6746,13 +6744,11 @@ psql -t -f fixseq.sql db1 | psql -e db1
<para> <para>
<function>to_number()</> and <function>to_char(numeric)</> <function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
new <link linkend="APP-INITDB"><application>initdb</></link> new <application>initdb</> installs (Tom)
installs (Tom)
</para> </para>
<para> <para>
This is because <link This is because <varname>lc_numeric</> can potentially
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
change the output of these functions. change the output of these functions.
</para> </para>
</listitem> </listitem>
@ -10256,13 +10252,11 @@ typedefs (Michael)</para></listitem>
<para> <para>
<function>to_number()</> and <function>to_char(numeric)</> <function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
new <link linkend="APP-INITDB"><application>initdb</></link> new <application>initdb</> installs (Tom)
installs (Tom)
</para> </para>
<para> <para>
This is because <link This is because <varname>lc_numeric</> can potentially
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
change the output of these functions. change the output of these functions.
</para> </para>
</listitem> </listitem>
@ -13444,13 +13438,11 @@ DROP SCHEMA information_schema CASCADE;
<para> <para>
<function>to_number()</> and <function>to_char(numeric)</> <function>to_number()</> and <function>to_char(numeric)</>
are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for are now <literal>STABLE</>, not <literal>IMMUTABLE</>, for
new <link linkend="APP-INITDB"><application>initdb</></link> new <application>initdb</> installs (Tom)
installs (Tom)
</para> </para>
<para> <para>
This is because <link This is because <varname>lc_numeric</> can potentially
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
change the output of these functions. change the output of these functions.
</para> </para>
</listitem> </listitem>