Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: max_fsm_relations



Ya, most of it's system stuff.  OK, I see where the 1000 comes from.  I bumped it up to 1200 in postgresql.conf.  Is there a way I can spin that in without rebooting the DB (and kicking my user off)?

-dave

-----Original Message-----
From: Bill Moran [mailto:wmoran(at)potentialtech(dot)com] 
Sent: Friday, February 27, 2009 4:00 PM
To: Gauthier, Dave
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] max_fsm_relations

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/



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group