1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Fix markup that doesn't work in back branches.

This commit is contained in:
Tom Lane 2007-09-14 15:57:27 +00:00
parent dc3fa6afb0
commit 8ea2d503b6

View File

@ -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: Typical markup:
@ -238,13 +238,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>