aboutsummaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython/hstore_plpythonu--1.0.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hstore_plpython/hstore_plpythonu--1.0.sql')
-rw-r--r--contrib/hstore_plpython/hstore_plpythonu--1.0.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/hstore_plpython/hstore_plpythonu--1.0.sql b/contrib/hstore_plpython/hstore_plpythonu--1.0.sql
index d79bdc96d99..52832912abc 100644
--- a/contrib/hstore_plpython/hstore_plpythonu--1.0.sql
+++ b/contrib/hstore_plpython/hstore_plpythonu--1.0.sql
@@ -3,11 +3,6 @@
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION hstore_plpythonu" to load this file. \quit
--- make sure the prerequisite libraries are loaded
-LOAD 'plpython2'; -- change to plpython3 if that ever becomes the default
-SELECT NULL::hstore;
-
-
CREATE FUNCTION hstore_to_plpython(val internal) RETURNS internal
LANGUAGE C STRICT IMMUTABLE
AS 'MODULE_PATHNAME';