diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-17 01:26:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-17 01:26:24 +0000 |
commit | 0bc81a5b58245487627004b993de1a904d54f606 (patch) | |
tree | 9dd77520aadee0a246767e7b1a3a700f8025b0ae /doc/src | |
parent | 89a624439eb0ac15f99f20397b6bdf0150e1900d (diff) | |
download | postgresql-0bc81a5b58245487627004b993de1a904d54f606.tar.gz postgresql-0bc81a5b58245487627004b993de1a904d54f606.zip |
Remove installation mention that integer timestamps is less stable that
floating point.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 02f9bcab631..041be18081b 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.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"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -965,9 +965,7 @@ su - postgres 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. + for more information). </para> </listitem> </varlistentry> |