Re: Determine dead tuples size - Mailing list pgsql-performance

From Heikki Linnakangas
Subject Re: Determine dead tuples size
Date
Msg-id 45FA64D8.7070904@enterprisedb.com
Whole thread Raw
In response to Re: Determine dead tuples size  (Alexey Romanchuk <aromanchuk@swsoft.com>)
List pgsql-performance
Alexey Romanchuk wrote:
> thanks, i install contribs and try to analyze result of pgstattuple
> function and found it strange.

Try "SELECT * FROM pgstattuple('foo')", that'll tell you what the
columns are. Take a look at README.pgstattuple as well for more details.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-performance by date:

Previous
From: Alexey Romanchuk
Date:
Subject: Re: Determine dead tuples size
Next
From: "Merlin Moncure"
Date:
Subject: Re: Postgres batch write very slow - what to do