Hallo,
pg_admin needs access to pg_proc of a database to work,
it fails without having this access, (wanting to read out the metadata)
while eg psql succeeds
use case:
revoke all on pg_catalog.pg_proc from public;
then try to connect with pgadmin.
for non technical users this poses a hurdle,
hence the feature suggestion: don't show the metadata, just open a
pgadmin sql window in that case
mvg,
Wim