1/* src/pl/plpython/plpython2u--1.0.sql */
2
3/*
4 * Currently, all the interesting stuff is done by CREATE LANGUAGE.
5 * Later we will probably "dumb down" that command and put more of the
6 * knowledge into this script.
7 */
8
9CREATE PROCEDURAL LANGUAGE plpython2u;
10
11COMMENT ON PROCEDURAL LANGUAGE plpython2u IS 'PL/Python2U untrusted procedural language';
12