Re: [HACKERS] pg_stat_all_tables vs NULLs

2009-01-14 Thread Bruce Momjian
Magnus Hagander wrote: > Tom Lane wrote: > > Magnus Hagander writes: > >> 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? > > > > Hmm.

Re: [HACKERS] pg_stat_all_tables vs NULLs

2008-12-03 Thread Magnus Hagander
Tom Lane wrote: > Magnus Hagander <[EMAIL PROTECTED]> writes: >> 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? > > Hmm. I suspect it's an i

Re: [HACKERS] pg_stat_all_tables vs NULLs

2008-12-02 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > 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? Hmm. I suspect it's an implementation artifact rath

[HACKERS] pg_stat_all_tables vs NULLs

2008-12-02 Thread Magnus Hagander
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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to yo