aboutsummaryrefslogtreecommitdiff
path: root/contrib/ltree_plpython/sql/ltree_plpython.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ltree_plpython/sql/ltree_plpython.sql')
-rw-r--r--contrib/ltree_plpython/sql/ltree_plpython.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/ltree_plpython/sql/ltree_plpython.sql b/contrib/ltree_plpython/sql/ltree_plpython.sql
index f08ff6a3f06..210f5428a5a 100644
--- a/contrib/ltree_plpython/sql/ltree_plpython.sql
+++ b/contrib/ltree_plpython/sql/ltree_plpython.sql
@@ -1,5 +1,4 @@
-CREATE EXTENSION plpython2u;
-CREATE EXTENSION ltree_plpython2u;
+CREATE EXTENSION ltree_plpython2u CASCADE;
CREATE FUNCTION test1(val ltree) RETURNS int