Revision 12599
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/Makefile | ||
---|---|---|
61 | 61 |
# to continue to be run against a previous version of the DB while a new |
62 | 62 |
# version is being imported. |
63 | 63 |
<$< $(sed) -e \ |
64 |
"s/( )public(_[[:alnum:]_]+)?([,;]| [^[:lower:]])/\1$(*q)$*\2$(*q)\3/g"\
|
|
64 |
's/( )public(_[[:alnum:]_]+)?([,;]| [^[:lower:]])/\1$(*q)$*\2$(*q)\3/g'\
|
|
65 | 65 |
|$(psqlNoSearchPath) # [[:alnum:]_]+, not ...*, because public_ is a username |
66 | 66 |
|
67 | 67 |
%/uninstall: vegbien.sql _always |
Also available in: Unified diff
bugfix: schemas/Makefile: `%/install: vegbien.sql`: sed expr: need to use '' instead of "" because $(*q) may contain "