From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: docfix - DELETE doesn't affect auto-analyze |
Date: | 2007-07-18 03:39:13 |
Message-ID: | 200707180339.l6I3dDb18569@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks. Your documentation changes can be viewed in
five minutes using links on the developer's page,
http://www.postgresql.org/developer/testing.
---------------------------------------------------------------------------
ITAGAKI Takahiro wrote:
> I reported an incorrect description for auto-analyze in our documentation.
> http://archives.postgresql.org/pgsql-hackers/2007-06/msg00000.php
> Here is a documentation fix for it.
>
> There are the same mistakes in 8.1 and 8.2, not only in HEAD.
> It had been true in contrib/pg_autovacuum at 8.0, but we
> changed the behavior at the integration of autovacuum.
>
>
> Index: doc/src/sgml/maintenance.sgml
> ===================================================================
> --- doc/src/sgml/maintenance.sgml (HEAD)
> +++ doc/src/sgml/maintenance.sgml (fixed)
> @@ -533,7 +533,7 @@
> <programlisting>
> analyze threshold = analyze base threshold + analyze scale factor * number of tuples
> </programlisting>
> - is compared to the total number of tuples inserted, updated, or deleted
> + is compared to the total number of tuples inserted or updated
> since the last <command>ANALYZE</command>.
> </para>
>
>
> Regards,
> ---
> ITAGAKI Takahiro
> NTT Open Source Software Center
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-07-18 03:40:17 | Re: execl() sentinel |
Previous Message | Bruce Momjian | 2007-07-18 03:35:33 | Re: pg_dump --no-tablespaces patch |