summaryrefslogtreecommitdiff
path: root/contrib/noupdate/noup.sql.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/noupdate/noup.sql.in')
-rw-r--r--contrib/noupdate/noup.sql.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/noupdate/noup.sql.in b/contrib/noupdate/noup.sql.in
deleted file mode 100644
index 32a047447f..0000000000
--- a/contrib/noupdate/noup.sql.in
+++ /dev/null
@@ -1,7 +0,0 @@
--- Adjust this setting to control where the objects get created.
-SET search_path = public;
-
-CREATE OR REPLACE FUNCTION noup ()
-RETURNS trigger
-AS 'MODULE_PATHNAME'
-LANGUAGE 'C';