Revision 6921
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
49 | 49 |
"COMMENT ON SCHEMA $(@D) IS 'Version: $(@D)';"|$(psqlNoSearchPath) |
50 | 50 |
<$< $(sed) 's/( )public([,; ])/\1$(@D)\2/g'|$(psqlNoSearchPath) |
51 | 51 |
|
52 |
public/uninstall: _always |
|
52 |
public/uninstall public%/uninstall: _always
|
|
53 | 53 |
@$(confirmRmPublicSchema) |
54 | 54 |
echo $(rmPublicSchema)|$(psqlNoSearchPath) |
55 | 55 |
|
Also available in: Unified diff
schemas/Makefile: Installation: public: public/uninstall: Added public%/uninstall as a target to allow uninstalling versions of the public schema