mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
7 lines
157 B
MySQL
7 lines
157 B
MySQL
|
-- Adjust this setting to control where the objects get created.
|
||
|
SET search_path = public;
|
||
|
|
||
|
DROP VIEW pg_buffercache;
|
||
|
|
||
|
DROP FUNCTION pg_buffercache_pages();
|