Minor (micro) documentation fix

Started by Manfred Koizaralmost 24 years ago2 messagespatches
Jump to latest
#1Manfred Koizar
mkoi-pg@aon.at

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

Servus
Manfred

#2Bruce Momjian
bruce@momjian.us
In reply to: Manfred Koizar (#1)
Re: Minor (micro) documentation fix

Patch applied. Thanks.

---------------------------------------------------------------------------

Manfred Koizar wrote:

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

Servus
Manfred

diff -ruN ../orig/doc/src/sgml/runtime.sgml doc/src/sgml/runtime.sgml
--- ../orig/doc/src/sgml/runtime.sgml	2002-07-17 18:26:59.000000000 +0200
+++ doc/src/sgml/runtime.sgml	2002-08-29 12:55:57.000000000 +0200
@@ -1589,7 +1589,7 @@
<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>

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073