Re: Missing system views?

From: "Bjorn T Johansen" <btj(at)havleik(dot)no>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Missing system views?
Date: 2003-09-04 08:54:26
Message-ID: 40301.193.212.14.12.1062665666.squirrel@www.havleik.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My fault.. I should maybe enable the stats first...

And the names of the missing views seems to be out of date or just wrong
in my PostgreSQL book...

BTJ

> 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(at)havleik(dot)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."
> -----------------------------------------------------------------------------------------------
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

In response to

Browse pgsql-general by date

  From Date Subject
Next Message E. Zorn (RDG-rational) postsql 2003-09-04 09:12:15 Change connection (IP, or Databasename)
Previous Message Bjorn T Johansen 2003-09-04 08:42:01 Missing system views?