Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: gabrielle <gorthx(at)gmail(dot)com>
Cc: pgsql-testers(at)postgresql(dot)org
Subject: Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli
Date: 2010-06-11 23:01:11
Message-ID: 4C12C037.4050706@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-testers

On 6/11/10 3:18 PM, Josh Berkus wrote:
>> http://developer.postgresql.org/pgdocs/postgres/app-vacuumdb.html
>>
>> vacuumdb --help also shows the -Z option as the short version of --analyze-only.
>>
>> The full option works:
>> postgres(at)princess:~$ /usr/local/pgsql/bin/vacuumdb --analyze-only -d testy
>
> Verified, looking for source of bug.

patch attached. Please test. Thanks!

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

Attachment Content-Type Size
vacuumdb_Z_patch text/plain 565 bytes

In response to

Responses

Browse pgsql-testers by date

  From Date Subject
Next Message gabrielle 2010-06-14 20:46:12 Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli
Previous Message Josh Berkus 2010-06-11 22:18:59 Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli