mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix markup because lc_numeric didn't have an SGML tag in this release.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
x<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.46 2007/01/05 22:35:13 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.47 2007/01/06 03:14:32 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
@ -73,8 +73,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.46 2007/01/05 22:35:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This is because <link
|
||||
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
|
||||
This is because <literal>lc_numeric</> can potentially
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
@ -3090,8 +3089,7 @@ DROP SCHEMA information_schema CASCADE;
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This is because <link
|
||||
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
|
||||
This is because <literal>lc_numeric</> can potentially
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user