blob: 19dc9301cab96207384a80d395ce71f38a891e86 (
plain)
1
2
3
4
5
6
7
8
|
/* $PostgreSQL: pgsql/contrib/pg_buffercache/uninstall_pg_buffercache.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
DROP VIEW pg_buffercache;
DROP FUNCTION pg_buffercache_pages();
|