mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
fe83b3ebc6
by David Fetter
7 lines
157 B
SQL
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();
|