pg_stat_all_tables vs NULLs

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_stat_all_tables vs NULLs
Date: 2008-12-02 13:38:34
Message-ID: 49353A5A.2020800@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've noticed that pg_stat_all_tables returns NULL for idx_scan and
idx_tup_fetch if there are no indexes present on a table.

Is this actually intended, or is that something that should be fixed?

//Magnus

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-12-02 13:38:49 maintenance memory vs autovac
Previous Message Simon Riggs 2008-12-02 13:09:46 Re: Sync Rep: First Thoughts on Code