Re: max_fsm_relations

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: max_fsm_relations
Дата
Msg-id 20090227160022.7dc965d0.wmoran@potentialtech.com
обсуждение исходный текст
Ответ на Re: max_fsm_relations  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Ответы Re: max_fsm_relations  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Re: max_fsm_relations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
In response to "Gauthier, Dave" <dave.gauthier@intel.com>:

> There is no way I have 1000 tables/indexes.  But maybe it's counting table/index file extensions in the mix?  What's
themetadata query to see these 1000 relations? 

Are you counting tables, indexes, sequences, pg_toast tables, system tables?

SELECT relname,reltype from pg_class;

Make sure you do that query for every database and add them up.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Gauthier, Dave"
Дата:
Сообщение: Re: max_fsm_relations
Следующее
От: "Gauthier, Dave"
Дата:
Сообщение: Re: max_fsm_relations