mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 19:16:17 -04:00
Links to GUC variables from HISTORY don't work in back branches...
This commit is contained in:
parent
a05e93ed52
commit
3d5f28671a
1 changed files with 4 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.29 2007/01/06 04:17:33 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.30 2007/01/06 06:01:48 tgl Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
|
|
@ -91,8 +91,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.29 2007/01/06 04:17:33 mo
|
|||
</para>
|
||||
|
||||
<para>
|
||||
This is because <link
|
||||
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
|
||||
This is because <varname>lc_numeric</> can potentially
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
@ -3397,8 +3396,7 @@ typedefs (Michael)</para></listitem>
|
|||
</para>
|
||||
|
||||
<para>
|
||||
This is because <link
|
||||
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
|
||||
This is because <varname>lc_numeric</> can potentially
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
@ -6413,8 +6411,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 <varname>lc_numeric</> can potentially
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue