summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython2u--1.0.sql
blob: 0e4787650207ae6047eb3b787f6726a202d2cee4 (plain)
1
2
3
4
5
6
7
8
9
/* src/pl/plpython/plpython2u--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 plpython2u;