Search Postgresql Archives

Re: Hiding name and version

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Quiroga, Damian" <damian.quiroga@xxxxxxxxx> writes:
> I've tried something like "REVOKE EXECUTE ON FUNCTION version() FROM someuser;" and it doesn't work.
> Apparently you can only revoke permissions that you have explicitly granted before.

The default behavior for built-in functions is as though the bootstrap
superuser has granted execute access to PUBLIC.  You would need to
reverse that (and then grant it back to any non-superusers who
should have it).

			regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux