David Fetter wrote:
Tom Lane committed:
>
- Restrict pg_relation_size to relation owner, pg_database_size to DB
owner, and pg_tablespace_size to superusers. Perhaps we could
weaken the first case to just require SELECT privilege, but that
doesn't work for the other cases, so use ownership as the common
concept.
Is there going to be a way to turn this off easily? This is going to
break my admin tool.
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend