mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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();
|