Re: max_fsm_relations - Mailing list pgsql-admin

From Jaime Casanova
Subject Re: max_fsm_relations
Date
Msg-id 20050106172812.35181.qmail@web50005.mail.yahoo.com
Whole thread Raw
In response to max_fsm_relations  (Pallav Kalva <pkalva@deg.cc>)
List pgsql-admin
 --- Pallav Kalva <pkalva@deg.cc> escribió:
> Hi Everybody,
>
>      I want to set max_fsm_relations parameter in
> the postgres.conf file
> is there any way to find out the count of all the
> tables and indexes in all the databases without
> running any vacuum
> verbose commands ?
>
maybe

select count(*) from pg_class where relname like
'some-prefix-youuse%';

but you need to do this per-database. besides your
tables must have a prefix to identify them if they
have not maybe the owner if  it is postgres, wll i
don't know.

regards,
Jaime Casanova

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

pgsql-admin by date:

Previous
From: Bradley Kieser
Date:
Subject: (resend) NULL constrains inheritance to views
Next
From: Markus Bertheau
Date:
Subject: Re: (resend) NULL constrains inheritance to views