summaryrefslogtreecommitdiff
path: root/contrib/spi/moddatetime.sql.in
blob: e89c37e6d52db289e2fa748bd1a396d7faa30f21 (plain)
1
2
3
4
5
6
7
8
9
-- Adjust this setting to control where the objects get created.
SET search_path = public;

SET autocommit TO 'on';

CREATE OR REPLACE FUNCTION moddatetime()
RETURNS trigger
AS 'MODULE_PATHNAME'
LANGUAGE 'C';