rowcount for all tables - Mailing list pgsql-sql

From Stefan Meyer
Subject rowcount for all tables
Date
Msg-id dvee68$hjj$1@news.hub.org
Whole thread Raw
Responses Re: rowcount for all tables
List pgsql-sql
i have a beginner question and i have read the FAQs.
is there a faster ways than
    select count(*) from foo;

to get the rowcount for the tables in my db ?

Stefan


pgsql-sql by date:

Previous
From: "rcolmegna@tiscali.it"
Date:
Subject: R: Re: R: Re: R: R: Re: schema inspection
Next
From: Jeff Frost
Date:
Subject: Re: update before drop causes OID problems in transaction?