pg_repack/lib/uninstall_pg_repack.sql
2012-11-11 03:00:00 +00:00

10 lines
276 B
SQL

/*
* pg_repack: lib/uninstall_repack.sql
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
* Portions Copyright (c) 2012, The Reorg Development Team
*/
DROP SCHEMA IF EXISTS repack CASCADE;