summaryrefslogtreecommitdiff
path: root/contrib/lo/uninstall_lo.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lo/uninstall_lo.sql')
-rw-r--r--contrib/lo/uninstall_lo.sql17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/lo/uninstall_lo.sql b/contrib/lo/uninstall_lo.sql
deleted file mode 100644
index 77deb1d550..0000000000
--- a/contrib/lo/uninstall_lo.sql
+++ /dev/null
@@ -1,17 +0,0 @@
-/* contrib/lo/uninstall_lo.sql */
-
--- Adjust this setting to control where the objects get dropped.
-SET search_path = public;
-
---
--- This removes the LO type
--- It's used just for development
---
-
--- drop the type and associated functions
-DROP TYPE lo CASCADE;
-
--- the trigger function has no dependency on the type, so drop separately
-DROP FUNCTION lo_manage();
-
--- the lo stuff is now removed from the system