Re: Minor (micro) documentation fix

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Manfred Koizar <mkoi-pg(at)aon(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Minor (micro) documentation fix
Date: 2002-08-29 19:53:56
Message-ID: 200208291953.g7TJruI20778@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Karim Mribti 2002-08-29 20:40:14 Re: Spanish translation patch
Previous Message Bruce Momjian 2002-08-29 18:33:54 Re: [GENERAL] worried about PGPASSWORD drop