Richard Ray <rray1(at)netdoor(dot)com> writes:
> How can I determine the permissions for system tables?
The default permissions for system catalogs are world read, other
privileges for owner (postgres) only.
You can try restricting the world read if you like, but be advised
that it's likely to break clients that expect to be able to inspect
the system catalogs.
regards, tom lane