From 31fbdad6e5d886cbd83a74560be451e0dbdf70b4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 29 Aug 2002 19:53:58 +0000 Subject: [PATCH] The unit for statement_timeout is s/1000, not s/1000000 Manfred Koizar --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0