postgresql/contrib/pg_buffercache/uninstall_pg_buffercache.sql
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts
by David Fetter
2006-02-27 12:54:39 +00:00

7 lines
157 B
SQL

-- Adjust this setting to control where the objects get created.
SET search_path = public;
DROP VIEW pg_buffercache;
DROP FUNCTION pg_buffercache_pages();