While looking at ACL prettyprinting, I noticed that "pg_default_acl"
documentation does not say anything about type 'n' for schema (namespace),
which seems to be supported according to "\ddp" and the catalog code.
Here is a small addition to add that 'n' is allowed for schema.
--
Fabien.