Project

General

Profile

« Previous | Next » 

Revision 12025

fix: schemas/Makefile: %/uninstall: don't prompt to delete auxiliary schemas, as these do not contain data

View differences:

trunk/schemas/Makefile
37 37
# ignore errors if schema exists
38 38

  
39 39
%/uninstall: _always
40
	@$(call confirmRmPublicSchema,$*)
40
	@$(if $(wildcard $*.sql),,$(call confirmRmPublicSchema,$*))
41 41
	echo $(call rmSchemaCmd,$*)|$(psqlNoSearchPath)
42 42

  
43 43
#### public

Also available in: Unified diff