pg_repack/lib/uninstall_pg_repack.sql
2012-11-11 02:48:46 +00:00

9 lines
217 B
SQL

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