Remove hack in pg_tablespace_aclmask() that disallowed permissions

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6daef2bca400600b8a3d34ad8cceafd6bdaf049f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-12T18:55:12Z
Releases: 8.3.0
Remove hack in pg_tablespace_aclmask() that disallowed permissions
on pg_global even to superusers, and replace it with checks in various
other places to complain about invalid uses of pg_global.  This ends
up being a bit more code but it allows a more specific error message
to be given, and it un-breaks pg_tablespace_size() on pg_global.
Per discussion.

Files