diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-06 06:01:48 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-06 06:01:48 +0000 |
commit | 3d5f28671a95f60ad173be2cf119c2a2b4d2efb0 (patch) | |
tree | 14228b7c54757e1f9bc327e385e4f074c8b6651c | |
parent | a05e93ed52b51b4b570d51d53500ab3e14b0eb73 (diff) | |
download | postgresql-3d5f28671a95f60ad173be2cf119c2a2b4d2efb0.tar.gz postgresql-3d5f28671a95f60ad173be2cf119c2a2b4d2efb0.zip |
Links to GUC variables from HISTORY don't work in back branches...
-rw-r--r-- | doc/src/sgml/release.sgml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 99e00f53e55..45f971cfc37 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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> |