Thread: Minor (micro) documentation fix
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>
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