]> granicus.if.org Git - postgresql/blob - src/pl/plperl/plperlu--1.0.sql
d1d213dd5f8bcb68e3d8c4dac73f75bbf496a22f
[postgresql] / src / pl / plperl / plperlu--1.0.sql
1 /* src/pl/plperl/plperlu--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
9 CREATE PROCEDURAL LANGUAGE plperlu;
10
11 COMMENT ON PROCEDURAL LANGUAGE plperlu IS 'PL/PerlU untrusted procedural language';