File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.234 2005/06/04 20:42:41 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.235 2005/06/12 15:51:50 tgl Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -873,6 +873,21 @@ su - postgres
873
873
</listitem>
874
874
</varlistentry>
875
875
876
+ <varlistentry>
877
+ <term><option>--enable-integer-datetimes</option></term>
878
+ <listitem>
879
+ <para>
880
+ Use 64-bit integer storage for datetimes and intervals, rather
881
+ than the default floating-point storage. This reduces the range
882
+ of representable values but guarantees microsecond precision across
883
+ the full range (see <xref linkend="datatype-datetime"> for more
884
+ information). Note also that the integer datetimes code is newer
885
+ than the floating-point code, and we still find bugs in it from time
886
+ to time.
887
+ </para>
888
+ </listitem>
889
+ </varlistentry>
890
+
876
891
<varlistentry>
877
892
<term><option>--disable-spinlocks</option></term>
878
893
<listitem>
You can’t perform that action at this time.
0 commit comments