From: Marko Kreen Date: Mon, 27 Feb 2012 00:01:47 +0000 (+0200) Subject: plproxy.control: tag as superuser-only X-Git-Tag: plproxy_2_4_rc1~25 X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=00300fdf7298192e9adaff4e402aa8759770f752;p=plproxy.git plproxy.control: tag as superuser-only As only superusers can create plproxy functions, it does seem weird to allow regular users to install it. --- diff --git a/plproxy.control b/plproxy.control index e66b524..d8d1834 100644 --- a/plproxy.control +++ b/plproxy.control @@ -4,4 +4,4 @@ default_version = '2.3.0' module_pathname = '$libdir/plproxy' relocatable = false # schema = pg_catalog -superuser = false +superuser = true