Re: max_fsm_relations

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: max_fsm_relations
Date: 2009-02-27 21:00:22
Message-ID: 20090227160022.7dc965d0.wmoran@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>:

> There is no way I have 1000 tables/indexes. But maybe it's counting table/index file extensions in the mix? What's the metadata 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gauthier, Dave 2009-02-27 21:06:32 Re: max_fsm_relations
Previous Message Gauthier, Dave 2009-02-27 20:47:33 Re: max_fsm_relations