The unit for statement_timeout is s/1000, not s/1000000
authorBruce Momjian
Thu, 29 Aug 2002 19:53:58 +0000 (19:53 +0000)
committerBruce Momjian
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 @@
 
 
 
@@ -1627,7 +1627,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
       
        
         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.