diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-06 06:01:37 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-06 06:01:37 +0000 |
commit | c3013376b25bf9423c6783b74e813aa47b99b39e (patch) | |
tree | ccb4dcc225decffde2885a0d56441ffd93d5932b | |
parent | e677ff28760ab23c6f2ec67ea9a7d09292c59ee6 (diff) | |
download | postgresql-c3013376b25bf9423c6783b74e813aa47b99b39e.tar.gz postgresql-c3013376b25bf9423c6783b74e813aa47b99b39e.zip |
Links to GUC variables from HISTORY don't work in back branches...REL8_1_6
-rw-r--r-- | doc/src/sgml/release.sgml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3a260f6fcb7..edde0818dc0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.36 2007/01/06 04:17:59 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.37 2007/01/06 06:01:37 tgl Exp $ --> <!-- Typical markup: @@ -136,8 +136,7 @@ For new features, add links to the documentation sections. </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> @@ -2914,8 +2913,7 @@ psql -t -f fixseq.sql db1 | psql -e db1 </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> @@ -6220,8 +6218,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> @@ -9236,8 +9233,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> |