1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix markup that doesn't work in back branches.

This commit is contained in:
Tom Lane
2007-09-14 16:08:33 +00:00
parent 0fcc0224fe
commit b061801569

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.45 2007/09/14 15:51:18 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.46 2007/09/14 16:08:33 tgl Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -488,13 +488,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>
@ -3549,13 +3547,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>
@ -7059,13 +7055,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>
@ -10247,13 +10241,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>