Re: Problems with adding a is not null to a query.

From: Tim Uckun <timuckun(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problems with adding a is not null to a query.
Date: 2011-01-17 13:23:56
Message-ID: AANLkTim4je4KYdbUykmfoCCjWf1GHcGDGxUb_XuQ6d2T@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>
> Hmm.  What do you get for:
>
> SELECT relname, pg_relation_size(oid), reltuples, relpages FROM
> pg_class WHERE relname IN ('consolidated_urls',
> 'consolidated_urls_pkey');
>

relname | pg_relation_size | reltuples | relpages
------------------------+------------------+-------------+----------
consolidated_urls | 1303060480 | 1.80192e+06 | 159065
consolidated_urls_pkey | 114745344 | 1.80192e+06 | 14007
(2 rows)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2011-01-17 15:10:19 Re: BUG #5841: rank()+1 fails, 1+rank() succeeds
Previous Message Robert Haas 2011-01-17 13:21:13 Re: Problems with adding a is not null to a query.