Revision 10882
Added by Aaron Marcuse-Kubitza about 11 years ago
Makefile | ||
---|---|---|
47 | 47 |
# Installs a version of the public schema |
48 | 48 |
%/install: vegbien.sql _always |
49 | 49 |
echo $(call mkSchemaCmd,$*)\ |
50 |
"COMMENT ON SCHEMA $* IS 'Version: $* ($(date))';"|$(psqlNoSearchPath)
|
|
50 |
"COMMENT ON SCHEMA \"$*\" IS 'Version: $* ($(date))';"|$(psqlNoSearchPath)
|
|
51 | 51 |
<$< $(sed) 's/( )public([,; ])/\1$*\2/g'|$(psqlNoSearchPath) |
52 | 52 |
|
53 | 53 |
# Replaces the current public schema with the given version |
Also available in: Unified diff
bugfix: schemas/Makefile, lib/common.Makefile: enclose schema names in "" so that they won't be lowercased