1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Remove installation mention that integer timestamps is less stable that

floating point.
This commit is contained in:
Bruce Momjian
2007-02-17 01:26:24 +00:00
parent 89a624439e
commit 0bc81a5b58

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.282 2007/02/03 23:01:06 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.283 2007/02/17 01:26:24 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -965,9 +965,7 @@ su - postgres
the full range (see the full range (see
<![%standalone-include[the documentation about datetime datatypes]]> <![%standalone-include[the documentation about datetime datatypes]]>
<![%standalone-ignore[<xref linkend="datatype-datetime">]]> <![%standalone-ignore[<xref linkend="datatype-datetime">]]>
for more information). Note also that the integer datetimes code is for more information).
newer than the floating-point code, and we still find bugs in it from
time to time.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>