pgsql: Use -Z for vacuumdb --analyze-only, rather than -o. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Use -Z for vacuumdb --analyze-only, rather than -o.
Date
Msg-id 20100107143544.653627541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use -Z for vacuumdb --analyze-only, rather than -o.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        vacuumdb.sgml (r1.48 -> r1.49)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/vacuumdb.sgml?r1=1.48&r2=1.49)
    pgsql/src/bin/scripts:
        vacuumdb.c (r1.32 -> r1.33)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/vacuumdb.c?r1=1.32&r2=1.33)

pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix (some of the) breakage introduced into query-cancel