pg_verify_checksums: rename -d to --verbose
Alvaro Herrera <alvherre@alvh.no-ip.org>
pg_verify_checksums: rename -d to --verbose Using -d is odd, because we normally reserve that for a database argument, so rename it to -v and add long version --verbose. Also, reduce it to emit one line per file checked rather than one line per block. Per a complaint from Michael Banck. Author: Yugo Nagata <nagata@sraoss.co.jp> Reviewed-by: Michael Banck <michael.banck@credativ.de> Discussion: https://postgr.es/m/20180827113411.GA22768@nighthawk.caipicrew.dd-dns.de
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_verify_checksums.sgml | modified | +3 −2 |
| src/bin/pg_verify_checksums/pg_verify_checksums.c | modified | +10 −8 |
Documentation touched
Discussion
- pg_verify_checksums -r option 25 messages · 2018-08-24 → 2018-09-04