8 lines
156 B
SQL
Executable File
8 lines
156 B
SQL
Executable File
/*
|
|
* pg_reorg: lib/uninstall_reorg.sql
|
|
*
|
|
* Copyright (c) 2008-2010, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
|
*/
|
|
|
|
DROP SCHEMA IF EXISTS reorg CASCADE;
|