Re: Table count option

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Table count option
Дата
Msg-id 455B8A1C.7070204@postgresql.org
обсуждение исходный текст
Ответ на Table count option  ("Melvin Davidson" <mdavidson@cctus.com>)
Список pgadmin-support
Melvin Davidson wrote:
> Dave,
> 
> Yes  SELECT count(*) FROM table; will give me a count of rows
> but it does _not_ update the "Rows(counted) value in the properties
> window"
> 
> So what is the equivalent function to update the "Rows(counted) value in
> the properties window"???

Right-click -> Count. The value shown is retrieved on the fly using 
SELECT count(*), but only if the estimated value is lower than the 
threshold set under Tools->Options (unless you explicitly select Count 
from the menu).

Regards, Dave


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

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: Re: Test results for 1.6RC2 rev: 5636M
Следующее
От: Dave Page
Дата:
Сообщение: Re: Table count option