uninstall_pg_buffercache.sql 157 Bytes
Newer Older
1
-- Adjust this setting to control where the objects get dropped.
Peter Eisentraut's avatar
Peter Eisentraut committed
2 3 4 5 6
SET search_path = public;

DROP VIEW pg_buffercache;

DROP FUNCTION pg_buffercache_pages();