X-Original-To: pgsql-bugs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id 06023D1CA60 for ; Fri, 26 Sep 2003 16:30:42 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 66279-01 for ; Fri, 26 Sep 2003 13:30:31 -0300 (ADT) Received: from sss.pgh.pa.us (unknown [192.204.191.242]) by svr1.postgresql.org (Postfix) with ESMTP id 018CCD1C9FF for ; Fri, 26 Sep 2003 13:30:17 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.10/8.12.10) with ESMTP id h8QGU86c016685; Fri, 26 Sep 2003 12:30:08 -0400 (EDT) To: Bruce Momjian Cc: Joseph Shraibman , pgsql-bugs@postgresql.org Subject: Re: pg 7.4beta1 doc bug: vacuum not updated In-reply-to: <200309261624.h8QGO4b04543@candle.pha.pa.us> References: <200309261624.h8QGO4b04543@candle.pha.pa.us> Comments: In-reply-to Bruce Momjian message dated "Fri, 26 Sep 2003 12:24:04 -0400" Date: Fri, 26 Sep 2003 12:30:08 -0400 Message-ID: <16684.1064593808@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/185 X-Sequence-Number: 6816 Bruce Momjian writes: > This has been added to the 7.4 open items list: > ftp://momjian.postgresql.org/pub/postgresql/open_items That was fixed some time ago. regards, tom lane > --------------------------------------------------------------------------- > Joseph Shraibman wrote: >> The output of the vacuum command on >> http://developer.postgresql.org/docs/postgres/sql-vacuum.html >> shows the output of the 7.3.x version. I noticed while browsing the cvs that the output >> has changed.