Commit 31fbdad6 authored by Bruce Momjian's avatar Bruce Momjian

The unit for statement_timeout is s/1000, not s/1000000

Manfred Koizar
parent a4f6add2
<!--
$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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment