rowcount for all tables

From: Stefan Meyer <st(dot)meyer(at)mdsi(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: rowcount for all tables
Date: 2006-03-17 13:39:04
Message-ID: dvee68$hjj$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Schaber 2006-03-17 15:50:09 Re: dump with lo
Previous Message Jure Kodzoman 2006-03-17 13:18:33 Re: Checking if date is inside date range