Re: Large number of rows in pg_type and slow gui (pgadmin) refresh - Mailing list pgadmin-support

From Dave Page
Subject Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
Date
Msg-id CA+OCxowKfZ7u6_cGfW5cC0a+fO_XZeOZwDJ6ynTMe3FOoYAM3A@mail.gmail.com
Whole thread Raw
In response to Re: Large number of rows in pg_type and slow gui (pgadmin) refresh  ("Robert Klaus" <rklaus@nexgenwireless.com>)
List pgadmin-support
On Mon, Jan 7, 2013 at 4:30 PM, Robert Klaus <rklaus@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



pgadmin-support by date:

Previous
From: "Robert Klaus"
Date:
Subject: Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
Next
From: John Spencer
Date:
Subject: how to build pgadmin3 when wxgtk was built with --disable-unicode ?