Re: max_fsm_relations

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: max_fsm_relations
Дата
Msg-id 20050106172812.35181.qmail@web50005.mail.yahoo.com
обсуждение исходный текст
Ответ на max_fsm_relations  (Pallav Kalva <pkalva@deg.cc>)
Список 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 по дате отправления:

Предыдущее
От: Bradley Kieser
Дата:
Сообщение: (resend) NULL constrains inheritance to views
Следующее
От: Markus Bertheau
Дата:
Сообщение: Re: (resend) NULL constrains inheritance to views