pg_repack/lib/uninstall_pg_repack.sql

10 lines
276 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
* Portions Copyright (c) 2012, 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;