|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.240 2005/07/06 21:04:14 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.241 2005/07/20 23:57:46 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -870,10 +870,12 @@ su - postgres |
870 | 870 | Use 64-bit integer storage for datetimes and intervals, rather |
871 | 871 | than the default floating-point storage. This reduces the range |
872 | 872 | of representable values but guarantees microsecond precision across |
873 | | - the full range (see <xref linkend="datatype-datetime"> for more |
874 | | - information). Note also that the integer datetimes code is newer |
875 | | - than the floating-point code, and we still find bugs in it from time |
876 | | - to time. |
| 873 | + the full range (see |
| 874 | + <![%standalone-include[the documentation about datetime datatypes]]> |
| 875 | + <![%standalone-ignore[<xref linkend="datatype-datetime">]]> |
| 876 | + for more information). Note also that the integer datetimes code is |
| 877 | + newer than the floating-point code, and we still find bugs in it from |
| 878 | + time to time. |
877 | 879 | </para> |
878 | 880 | </listitem> |
879 | 881 | </varlistentry> |
|