diff options
Diffstat (limited to 'contrib/hstore_plpython/sql/hstore_plpython.sql')
-rw-r--r-- | contrib/hstore_plpython/sql/hstore_plpython.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/hstore_plpython/sql/hstore_plpython.sql b/contrib/hstore_plpython/sql/hstore_plpython.sql index 9ff2ebcd833..d55bedaf505 100644 --- a/contrib/hstore_plpython/sql/hstore_plpython.sql +++ b/contrib/hstore_plpython/sql/hstore_plpython.sql @@ -1,5 +1,4 @@ -CREATE EXTENSION plpython2u; -CREATE EXTENSION hstore_plpython2u; +CREATE EXTENSION hstore_plpython2u CASCADE; -- test hstore -> python |