aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-20 23:57:46 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-20 23:57:46 +0000
commitdc73819f2ef459696502877e89e46f41406c8d6b (patch)
tree79cb9e015d2e65f2ec0f7d9c07ded1c2a891469c
parenta45f4c25335e46c12fbd01381e99b445fe0b2912 (diff)
downloadpostgresql-dc73819f2ef459696502877e89e46f41406c8d6b.tar.gz
postgresql-dc73819f2ef459696502877e89e46f41406c8d6b.zip
Fix breakage of INSTALL document build.
-rw-r--r--doc/src/sgml/installation.sgml12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 4f9f50cc017..c5bca8dacf4 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.240 2005/07/06 21:04:14 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.241 2005/07/20 23:57:46 tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -870,10 +870,12 @@ su - postgres
Use 64-bit integer storage for datetimes and intervals, rather
than the default floating-point storage. This reduces the range
of representable values but guarantees microsecond precision across
- the full range (see <xref linkend="datatype-datetime"> for more
- information). Note also that the integer datetimes code is newer
- than the floating-point code, and we still find bugs in it from time
- to time.
+ the full range (see
+ <![%standalone-include[the documentation about datetime datatypes]]>
+ <![%standalone-ignore[<xref linkend="datatype-datetime">]]>
+ for more information). Note also that the integer datetimes code is
+ newer than the floating-point code, and we still find bugs in it from
+ time to time.
</para>
</listitem>
</varlistentry>