Revision 3140
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
31 | 31 |
fi |
32 | 32 |
fi |
33 | 33 |
|
34 |
# User overrides |
|
35 |
if test -n "$public" -a -n "$out_schemas"; then # append custom public schema |
|
36 |
out_schemas="$out_schemas,$public" |
|
37 |
if test "$in_database" = "$out_database" -a -n "$in_schemas"; then |
|
38 |
in_schemas="$in_schemas,$public" |
|
39 |
fi |
|
40 |
fi |
|
41 |
|
|
34 | 42 |
exec "$bin/map" "$@" |
Also available in: Unified diff
top-level map: Added support for custom public schema, to be able to run imports and tests simultaneously (e.g. on a dev machine)