View Single Post

   
  #4 (permalink)  
Old 05-05-2008, 05:53 AM
Mark Kirkwood
 
Posts: n/a
Default Re: Vacuum statistics

Francisco Reyes wrote:
> chirag.dave@gmail.com writes:
>
>> What version of Postgres you are running ?

>
> 8.2
>
>> If you are using 8.3, you can use pg_stat_all_tables.If Not you can
>> use
>> <URL:http://www.postgresql.org/docs/current/static/pgstattuple.html>http://
>> http://www.postgresql.org/docs/curre...stattuple.html

>
> pgstattuple is also a 8.3 function. Anything simmilar to it in 8.2?
>


It is available as a contrib module in 8.2, but needs to be installed
(see contrib/pgstattuple).

regards

Mark

--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply With Quote