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

Поиск
Список
Период
Сортировка
От Tim Uckun
Тема Re: Problems with adding a is not null to a query.
Дата
Msg-id AANLkTim4je4KYdbUykmfoCCjWf1GHcGDGxUb_XuQ6d2T@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problems with adding a is not null to a query.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Problems with adding a is not null to a query.  (Robert Haas <robertmhaas@gmail.com>)
Re: Problems with adding a is not null to a query.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>
> Hmm. =C2=A0What 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)

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Problems with adding a is not null to a query.
Следующее
От: "Jeff Turner"
Дата:
Сообщение: BUG #5841: rank()+1 fails, 1+rank() succeeds