pg_repack/lib/uninstall_pg_repack.sql
2015-01-11 19:01:37 -05:00

10 lines
281 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-2015, The Reorg Development Team
*/
DROP SCHEMA IF EXISTS repack CASCADE;