Project

General

Profile

« Previous | Next » 

Revision 3380

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)

View differences:

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