Re: table/view/function access counts - Mailing list pgsql-general

From Pavel Stehule
Subject Re: table/view/function access counts
Date
Msg-id 162867790907190407o2f174609jf09c306f2145fe43@mail.gmail.com
Whole thread Raw
In response to table/view/function access counts  (Sim Zacks <sim@compulab.co.il>)
Responses Re: table/view/function access counts
List pgsql-general
Hello

2009/7/19 Sim Zacks <sim@compulab.co.il>:
> Are there any statistics generated as to how many times an object
> (table/view/function) is accessed?
>

SELECT * FROM pg_stat_all_tables;

regards
Pavel Stehule

> I would like to know what in the database system is not being used.
>
>
> Thank you
>
> Sim
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: table/view/function access counts
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Best practices for moving UTF8 databases