Re: database row count - Mailing list pgsql-novice

From Isaac Vetter
Subject Re: database row count
Date
Msg-id 47A0F4C1.9020206@math.purdue.edu
Whole thread Raw
In response to Re: database row count  ("Jonah H. Harris" <jonah.harris@gmail.com>)
List pgsql-novice
Jonah H. Harris wrote:
> On Jan 30, 2008 4:14 PM, Carol Cheung <cacheung@consumercontact.com> wrote:
>> How about
>>
>> SELECT relname, reltuples FROM pg_class WHERE relname IN (...);
>
> It should be noted that this will only work if the tables have been
> analyzed recently.


Carol, Jonah;

Much thanks for your answers;

Isaac

Attachment

pgsql-novice by date:

Previous
From: Mary Anderson
Date:
Subject: Protecting a web app from Postgresql injection
Next
From: Josh
Date:
Subject: Re: Protecting a web app from Postgresql injection