From 6d916fae68e2e5b5309ca62e9b377b3061029315 Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Thu, 23 Feb 2023 11:50:41 +0100 Subject: [PATCH] To be able to install `pgx` extension with `superuser` privileges --- cargo-pgx/src/templates/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cargo-pgx/src/templates/control b/cargo-pgx/src/templates/control index 797900b7da..4ef5bf6e3e 100644 --- a/cargo-pgx/src/templates/control +++ b/cargo-pgx/src/templates/control @@ -2,4 +2,5 @@ comment = '{name}: Created by pgx' default_version = '@CARGO_VERSION@' module_pathname = '$libdir/{name}' relocatable = false -superuser = false +superuser = true +trusted = true