diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4f6d0c709c9..fa8ce23a46c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.173 2008/03/11 16:59:00 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.174 2008/03/30 04:08:14 neilc Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -4740,11 +4740,11 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' </indexterm> <listitem> <para> - Reports whether <productname>PostgreSQL</productname> was built - with support for 64-bit-integer dates and times. It is set by - configuring with <literal>--enable-integer-datetimes</literal> - when building <productname>PostgreSQL</productname>. The - default value is <literal>off</literal>. + Reports whether <productname>PostgreSQL</> was built with + support for 64-bit-integer dates and times. This can be + disabled by configuring with <literal>--disable-integer-datetimes</> + when building <productname>PostgreSQL</>. The default value is + <literal>on</literal>. </para> </listitem> </varlistentry> |