10 lines
281 B
SQL
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;
|