From 00300fdf7298192e9adaff4e402aa8759770f752 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 27 Feb 2012 02:01:47 +0200 Subject: [PATCH] plproxy.control: tag as superuser-only As only superusers can create plproxy functions, it does seem weird to allow regular users to install it. --- plproxy.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5