there are views or functions depending on columns after dropped ones. The issue was reported by depesz, and original patch by Denish Patel. Improved documentation how to build binaries from source. COPYRIGHT updated.
9 lines
214 B
SQL
Executable File
9 lines
214 B
SQL
Executable File
/*
|
|
* pg_reorg: lib/uninstall_reorg.sql
|
|
*
|
|
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
|
* Portions Copyright (c) 2011, Itagaki Takahiro
|
|
*/
|
|
|
|
DROP SCHEMA IF EXISTS reorg CASCADE;
|