aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/uninstall_pg_buffercache.sql
blob: 601e8878bf4f2ba53f6591592ef20332ea9f6b89 (plain)
1
2
3
4
5
6
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;

DROP VIEW pg_buffercache;

DROP FUNCTION pg_buffercache_pages();