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

DROP VIEW pg_buffercache;

DROP FUNCTION pg_buffercache_pages();