From: | gabrielle <gorthx(at)gmail(dot)com> |
---|---|
To: | pgsql-testers(at)postgresql(dot)org |
Subject: | postgres9.0beta2 - vacuumdb - discrepancy between docs & cli |
Date: | 2010-06-11 22:09:20 |
Message-ID: | AANLkTinb-IpWrN5lIO1NNi7akJlugD4P2iYxHD3B1QTl@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-testers |
[TEST REPORT]
[Release]: 9.0beta2
[Test Type]: feature
[Test]: vacuumdb
[Platform]: ubuntu
[Parameters]: -Z
[Failure]: Yes
[Results]:
postgres(at)princess:~$ /usr/local/pgsql/bin/vacuumdb -Z -d testy
/usr/local/pgsql/bin/vacuumdb: invalid option -- 'Z'
Try "vacuumdb --help" for more information.
[Comments]:
link to reference doc:
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
--
gabrielle
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2010-06-11 22:18:59 | Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli |
Previous Message | Adrian Heath | 2010-06-09 20:54:02 | testing 9.0beta2 |