summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpythonu--1.0.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpythonu--1.0.sql')
-rw-r--r--src/pl/plpython/plpythonu--1.0.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pl/plpython/plpythonu--1.0.sql b/src/pl/plpython/plpythonu--1.0.sql
new file mode 100644
index 0000000000..beb0aa1645
--- /dev/null
+++ b/src/pl/plpython/plpythonu--1.0.sql
@@ -0,0 +1,9 @@
+/* src/pl/plpython/plpythonu--1.0.sql */
+
+/*
+ * Currently, all the interesting stuff is done by CREATE LANGUAGE.
+ * Later we will probably "dumb down" that command and put more of the
+ * knowledge into this script.
+ */
+
+CREATE PROCEDURAL LANGUAGE plpythonu;