Re: Table count option - Mailing list pgadmin-support

From Dave Page
Subject Re: Table count option
Date
Msg-id 455B8A1C.7070204@postgresql.org
Whole thread Raw
In response to Table count option  ("Melvin Davidson" <mdavidson@cctus.com>)
List 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 by date:

Previous
From: Erwin Brandstetter
Date:
Subject: Re: Test results for 1.6RC2 rev: 5636M
Next
From: Dave Page
Date:
Subject: Re: Table count option