From: Bruce Momjian Date: Thu, 29 Aug 2002 19:53:58 +0000 (+0000) Subject: The unit for statement_timeout is s/1000, not s/1000000 X-Git-Tag: REL7_3~701 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31fbdad6e5d886cbd83a74560be451e0dbdf70b4;p=postgresql The unit for statement_timeout is s/1000, not s/1000000 Manfred Koizar --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index b2d7e4d84f..fd96883e18 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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.