As information_schema has found its way into the initdb script, it can
be considered a system schema. Unfortunately, it has an arbitrary OID,
so pgadmin3 will not detect it as system schema.
How should pgadmin3 handle this? Will information_schema eventually get
a dedicated OID or should we check for the name?
Regards,
Andreas