mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
contrib uninstall scripts
by David Fetter
This commit is contained in:
6
contrib/pg_buffercache/uninstall_pg_buffercache.sql
Normal file
6
contrib/pg_buffercache/uninstall_pg_buffercache.sql
Normal file
@ -0,0 +1,6 @@
|
||||
-- Adjust this setting to control where the objects get created.
|
||||
SET search_path = public;
|
||||
|
||||
DROP VIEW pg_buffercache;
|
||||
|
||||
DROP FUNCTION pg_buffercache_pages();
|
Reference in New Issue
Block a user