Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / pg_stat_statements / uninstall_pg_stat_statements.sql
blob36939dd635f14422dc2d79349189e2b7efaec645
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP VIEW pg_stat_statements;
7 DROP FUNCTION pg_stat_statements();
8 DROP FUNCTION pg_stat_statements_reset();