Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id CEAC2475B99 for ; Wed, 4 Dec 2002 22:26:57 -0500 (EST) Received: from orngca-mls01.socal.rr.com (orngca-mls01.socal.rr.com [66.75.160.16]) by postgresql.org (Postfix) with ESMTP id 1D3794759BD for ; Wed, 4 Dec 2002 22:26:57 -0500 (EST) Received: from jeff (66-74-193-29.san.rr.com [66.74.193.29]) by orngca-mls01.socal.rr.com (8.11.4/8.11.3) with ESMTP id gB53PxQ09051 for ; Wed, 4 Dec 2002 19:25:59 -0800 (PST) Content-Type: text/plain; charset="us-ascii" From: Jeff Davis To: pgsql-docs@postgresql.org Subject: minor doc fix Date: Wed, 4 Dec 2002 19:26:50 -0800 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212041926.50311.jdavis-pgsql@empires.org> X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200212/8 X-Sequence-Number: 1581 Below I've included a minor change to the docs. It was just something that = I=20 noticed, and wanted to make more clear. Please let me know whether minor=20 changes such as this one are encouraged, or wether they're more trouble tha= n=20 they're worth. I will try to supply more substantial additions in the futur= e. Regards, Jeff Davis --- runtime.sgml.original 2002-12-04 14:54:20.000000000 -0800 +++ runtime.sgml 2002-12-04 14:55:22.000000000 -0800 @@ -652,7 +652,7 @@ had a column-specific target set via ALTER TABLE SET STATISTICS. Larger values increase the time needed to do ANALYZE, but may improve the quality of the planner's - estimates. + estimates. The default value is 10.