diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index b772a23e58..85ae00e8de 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -873,6 +873,21 @@ su - postgres </listitem> </varlistentry> + <varlistentry> + <term><option>--enable-integer-datetimes</option></term> + <listitem> + <para> + 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. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--disable-spinlocks</option></term> <listitem>