pg_repack/lib/uninstall_pg_reorg.sql

9 lines
214 B
MySQL
Raw Normal View History

2008-12-08 04:32:10 +00:00
/*
* pg_reorg: lib/uninstall_reorg.sql
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
2008-12-08 04:32:10 +00:00
*/
DROP SCHEMA IF EXISTS reorg CASCADE;