Chris Sutton said:
> On Mon, 17 Mar 2003, Tom Lane wrote:
>> In CVS tip, a whole-database VACUUM VERBOSE gives info about the free
>> space map occupancy, eg
> How do you get this information?
>
> I just ran VACUUM VERBOSE and it spit out a bunch of information per
> relation, but nothing about total relations and FSM space. We are
> running 7.3.2.
As Tom mentioned, that information is printed by a database-wide VACUUM
VERBOSE "in CVS tip" -- i.e. in the development code that will eventually
become PostgreSQL 7.4
Cheers,
Neil