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

Поиск
Список
Период
Сортировка
От gabrielle
Тема postgres9.0beta2 - vacuumdb - discrepancy between docs & cli
Дата
Msg-id AANLkTinb-IpWrN5lIO1NNi7akJlugD4P2iYxHD3B1QTl@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-testers
[TEST REPORT]
[Release]:  9.0beta2
[Test Type]:  feature
[Test]:  vacuumdb
[Platform]:  ubuntu
[Parameters]:  -Z
[Failure]:  Yes
[Results]:
postgres@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@princess:~$ /usr/local/pgsql/bin/vacuumdb --analyze-only -d testy

--

gabrielle

В списке pgsql-testers по дате отправления:

Предыдущее
От: Adrian Heath
Дата:
Сообщение: testing 9.0beta2
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: postgres9.0beta2 - vacuumdb - discrepancy between docs & cli