How can I determine the permissions for system tables?It seems any user I create has access.psql \z only shows permissions for user tables.I checked relacl in pg_class but it's blank for all but user tables.
ThanksRichard