Re: postgresql meltdown on PlanetMath.org

Neil Conway <neilc@samurai.com>

From: "Neil Conway" <neilc@samurai.com>
To: <chris@smoothcorp.com>
Cc: <pgsql-performance@postgresql.org>
Date: 2003-03-17T19:20:10Z
Lists: pgsql-performance
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