Revision 12160
Added by Aaron Marcuse-Kubitza about 11 years ago
trunk/validation/aggregating/plots/bien3_validations_salvias_vegbien.sql | ||
---|---|---|
18 | 18 |
-- Currently configured for SALVIAS |
19 | 19 |
-- ------------------ |
20 | 20 |
|
21 |
SET search_path TO validation;
|
|
21 |
SET search_path TO public_validation_plots;
|
|
22 | 22 |
|
23 | 23 |
-- datasource |
24 | 24 |
\set ds '\'SALVIAS\'' |
trunk/validation/aggregating/specimens/qualitative_validations_specimens.sql | ||
---|---|---|
7 | 7 |
-- Host: vegbiendev.nceas.ucsb.edu |
8 | 8 |
-- ------------------------------------------------------------------------- |
9 | 9 |
|
10 |
SET search_path TO validation;
|
|
10 |
SET search_path TO public_validation_specimens;
|
|
11 | 11 |
|
12 | 12 |
-- ------------------------------- |
13 | 13 |
-- 1. Count of total records (specimens) in source db |
trunk/validation/aggregating/traits/bien3_validations_traits_bien3.sql | ||
---|---|---|
5 | 5 |
-- Host: vegbiendev.nceas.ucsb.edu |
6 | 6 |
-- ------------------------------------------------------------------------------- |
7 | 7 |
|
8 |
SET search_path TO validation;
|
|
8 |
SET search_path TO public_validation_traits;
|
|
9 | 9 |
|
10 | 10 |
-- ------------------ |
11 | 11 |
-- 1. Count records |
Also available in: Unified diff
validation/aggregating/*/*.sql: use the new type-specific validation schema names