Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / spi / moddatetime.sql.in
blob1f62808791b2b9a0138d69b7fa9c478b7eb03daf
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get created.
4 SET search_path = public;
6 CREATE OR REPLACE FUNCTION moddatetime()
7 RETURNS trigger
8 AS 'MODULE_PATHNAME'
9 LANGUAGE C;