On Mon, Jan 7, 2013 at 4:30 PM, Robert Klaus <rkl...@nexgenwireless.com> wrote:
> I omitted the schemas that have most of the database objects, but the calls 
> to pg_type do not seem to exclude this schema (user_maps).

Correct, it won't. pgAdmin doesn't know that you aren't using types
from a hidden schema in a visible one, thus it will always do an
unrestricted query on pg_type to populate the cache.

I'd have to question the wisdom of having so many tables (I assume
these are row datatypes) in a database - that seems like a design
that's destined to become troublesome.


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to