OSDN Git Service

897e1a1fe92974b57770996b95517eda5ca1cd30
[pg-rex/syncrep.git] / src / pl / tcl / pltcl--1.0.sql
1 /* src/pl/tcl/pltcl--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 pltcl;