]> granicus.if.org Git - postgresql/commitdiff
The unit for statement_timeout is s/1000, not s/1000000
authorBruce Momjian <bruce@momjian.us>
Thu, 29 Aug 2002 19:53:58 +0000 (19:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 29 Aug 2002 19:53:58 +0000 (19:53 +0000)
Manfred Koizar

doc/src/sgml/runtime.sgml

index b2d7e4d84f0cf186205e8828a2fe7968e6a16b57..fd96883e1891c471e33cf8b6be33be6fe36e276d 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.127 2002/08/22 04:52:17 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.128 2002/08/29 19:53:58 momjian Exp $
 -->
 
 <Chapter Id="runtime">
@@ -1627,7 +1627,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
       <listitem>
        <para>
         Aborts any statement that takes over the specified number of
-        microseconds.  A value of zero turns off the timer.
+        milliseconds.  A value of zero turns off the timer.
        </para>
       </listitem>
      </varlistentry>