http://161.35.211.135/favicon.ico

Hash Join  (cost=1.09..2.28 rows=1 width=64)
  Hash Cond: (u.oid = n.nspowner)
  ->  Seq Scan on pg_authid u  (cost=0.00..1.13 rows=13 width=4)
  ->  Hash  (cost=1.08..1.08 rows=1 width=68)
        ->  Seq Scan on pg_namespace n  (cost=0.00..1.08 rows=1 width=68)
              Filter: ((nspname !~~ 'pg\_%'::text) AND (nspname <> 'information_schema'::name) AND (pg_has_role(nspowner, 'USAGE'::text) OR has_schema_privilege(oid, 'CREATE, USAGE'::text)))