diff options
Diffstat (limited to 'src/pl/tcl/pltcl.control')
-rw-r--r-- | src/pl/tcl/pltcl.control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pl/tcl/pltcl.control b/src/pl/tcl/pltcl.control index b9dc1b8a138..1568c17e09d 100644 --- a/src/pl/tcl/pltcl.control +++ b/src/pl/tcl/pltcl.control @@ -4,4 +4,5 @@ default_version = '1.0' module_pathname = '$libdir/pltcl' relocatable = false schema = pg_catalog -superuser = false +superuser = true +trusted = true |