Revision 4511
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien_dest | ||
---|---|---|
19 | 19 |
${prefix}user=bien \ |
20 | 20 |
${prefix}password="$(cat "$selfDir/../config/bien_password")" \ |
21 | 21 |
${prefix}database=vegbien \ |
22 |
${prefix}schemas=temp,functions,py_functions |
|
22 |
${prefix}schemas=temp,public,functions,py_functions
|
|
23 | 23 |
} |
24 | 24 |
vegbien_dest_main "$@" |
Also available in: Unified diff
vegbien_dest: schemas: Added public explicitly, even though it's already in the default search_path, in order to shadow any datasource's tables of the same name as a VegBIEN table (such as in VegBank). (VegBIEN tables are referenced without a schema, while datasource tables are referenced with a schema, so collisions are not a problem after this fix.)