Revision 12600
Added by Aaron Marcuse-Kubitza almost 11 years ago
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`: also need to match `public_validations` when used as a schema-qualifier (public_validations._), and after a cast (::) to a schema-qualified type. these occur in schema-qualified casts to the custom return type in the keys() functions.