Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / pgstattuple / uninstall_pgstattuple.sql
blobb50fe97ae9bf81dbff4a33c1051e30bc32749558
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP FUNCTION pgstattuple(text);
7 DROP FUNCTION pgstattuple(oid);
8 DROP FUNCTION pgstatindex(text);
9 DROP FUNCTION pg_relpages(text);