pg_repack/lib/uninstall_pg_repack.sql

10 lines
281 B
MySQL
Raw Normal View History

2008-12-08 04:32:10 +00:00
/*
2012-11-10 22:33:57 +00:00
* pg_repack: lib/uninstall_repack.sql
2008-12-08 04:32:10 +00:00
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
2015-01-11 19:01:37 -05:00
* Portions Copyright (c) 2012-2015, The Reorg Development Team
2008-12-08 04:32:10 +00:00
*/
2012-11-10 22:33:57 +00:00
DROP SCHEMA IF EXISTS repack CASCADE;