Revision 6963
Added by Aaron Marcuse-Kubitza almost 12 years ago
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
schemas/Makefile: Installation: %/publish: Fixed bug where need quotes around source schema name