repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git]
/
contrib
/
pg_stat_statements
/
uninstall_pg_stat_statements.sql
blob
36939dd635f14422dc2d79349189e2b7efaec645
1
/* $PostgreSQL$ */
2
3
-- Adjust this setting to control where the objects get dropped.
4
SET search_path = public;
5
6
DROP VIEW pg_stat_statements;
7
DROP FUNCTION pg_stat_statements();
8
DROP FUNCTION pg_stat_statements_reset();