Revision 12143
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/Makefile | ||
---|---|---|
58 | 58 |
# one for the most recently-created public schema. this allows validations |
59 | 59 |
# to continue to be run against a previous version of the DB while a new |
60 | 60 |
# version is being imported. |
61 |
<$< $(sed) -e 's/( )public(_[[:alnum:]_]+)?([,; ])/\1"$*\2"\3/g'\
|
|
61 |
<$< $(sed) -e 's/( )public(_[[:alnum:]_]+)?([,;]| [^[:lower:]])/\1"$*\2"\3/g'\
|
|
62 | 62 |
|$(psqlNoSearchPath) # [[:alnum:]_]+, not ...*, because public_ is a username |
63 | 63 |
|
64 | 64 |
%/uninstall: vegbien.sql _always |
Also available in: Unified diff
bugfix: schemas/Makefile: "public": dont