Revision 3380
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
35 | 35 |
|
36 | 36 |
# DB |
37 | 37 |
mkSchemaCmd = 'CREATE SCHEMA $(1);' |
38 |
rmSchemaCmd = 'DROP SCHEMA IF EXISTS $(1) CASCADE;'
|
|
38 |
rmSchemaCmd = 'DROP SCHEMA IF EXISTS "$(1)" CASCADE;'
|
|
39 | 39 |
|
40 | 40 |
##### Environment |
41 | 41 |
|
Also available in: Unified diff
root Makefile: $(rmSchemaCmd) for uninstalling schemas: Escape schema name with "" so that schemas/%/uninstall can be used to remove archived imports (as well as aborted restores of them)