Project

General

Profile

« Previous | Next » 

Revision 6963

schemas/Makefile: Installation: %/publish: Fixed bug where need quotes around source schema name

View differences:

Makefile
53 53
%/publish: _always
54 54
	@$(call confirmRmPublicSchema,public,To save it: make schemas/rotate)
55 55
	echo $(call rmSchemaCmd,public)\
56
'ALTER SCHEMA $(@D) RENAME TO public;'|$(psqlNoSearchPath) --single-transaction
56
'ALTER SCHEMA "$(@D)" RENAME TO public;'|$(psqlNoSearchPath) --single-transaction
57 57
	@echo $(emph)'In your shell, run:'$(endEmph)'unset version'
58 58

  
59 59
rename/%: _always

Also available in: Unified diff