Project

General

Profile

« Previous | Next » 

Revision 11822

bugfix: schemas/Makefile: %/uninstall: always confirm before removing an existing schema, not just for public and r*, because an auxiliary schema might also be used as $version and reinstalled by bin/import_all

View differences:

Makefile
37 37
# ignore errors if schema exists
38 38

  
39 39
%/uninstall: _always
40
	@$(if $(filter public% r%,$*),$(call confirmRmPublicSchema,$*))
40
	@$(call confirmRmPublicSchema,$*)
41 41
	echo $(call rmSchemaCmd,$*)|$(psqlNoSearchPath)
42 42

  
43 43
#### public

Also available in: Unified diff