Missing system views? - Mailing list pgsql-general

From Bjorn T Johansen
Subject Missing system views?
Date
Msg-id 37280.193.212.14.12.1062664921.squirrel@www.havleik.no
Whole thread Raw
Responses Re: Missing system views?
List pgsql-general
I am trying to check performance in out database but I seem to be
missing something. I try to run :

select relname, idx_tup_fetch + seq_tup_read as total from
pg_stat_all_tables

but all the tables have total = 0, shouldn't these be numbers > 0?

And shouldn't there be views like pg_statio and pg_stat? (they do not
exist in my database...)


Regards,

BTJ

-----------------------------------------------------------------------------------------------
Bjørn T Johansen (BSc,MNIF)
Executive Manager
btj@havleik.no                  Havleik Consulting
Phone : +47 67 54 15 17         Conradisvei 4
Fax : +47 67 54 13 91           N-1338 Sandvika
Cellular : +47 926 93 298       http://www.havleik.no
-----------------------------------------------------------------------------------------------
"The stickers on the side of the box said "Supported Platforms: Windows
98, Windows NT 4.0,
Windows 2000 or better", so clearly Linux was a supported platform."
-----------------------------------------------------------------------------------------------



pgsql-general by date:

Previous
From: Andreas Muck
Date:
Subject: Re: More than 1024 connections from the same c-backend
Next
From: "Bjorn T Johansen"
Date:
Subject: Re: Missing system views?