Repair memory leaks in plpython.
[pgsql.git] / contrib / spi / moddatetime--1.0.sql
blob2ee61b814f36126449754fc35370a27798978e7f
1 /* contrib/spi/moddatetime--1.0.sql */
3 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
4 \echo Use "CREATE EXTENSION moddatetime" to load this file. \quit
6 CREATE FUNCTION moddatetime()
7 RETURNS trigger
8 AS 'MODULE_PATHNAME'
9 LANGUAGE C;