mirror of
https://github.com/postgres/postgres.git
synced 2025-12-09 02:08:45 +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