aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-29 19:53:58 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-29 19:53:58 +0000
commit31fbdad6e5d886cbd83a74560be451e0dbdf70b4 (patch)
tree164f91d0a5d3b1c01ffc3c915ea1a4aa19f2bc10
parenta4f6add21ba8c24649e122ea2415e824d971eb81 (diff)
downloadpostgresql-31fbdad6e5d886cbd83a74560be451e0dbdf70b4.tar.gz
postgresql-31fbdad6e5d886cbd83a74560be451e0dbdf70b4.zip
The unit for statement_timeout is s/1000, not s/1000000
Manfred Koizar
-rw-r--r--doc/src/sgml/runtime.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index b2d7e4d84f0..fd96883e189 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -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>