Revision 13388
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/public_.sql | ||
---|---|---|
29 | 29 |
to run the validations on a particular datasource: |
30 | 30 |
SELECT public_validations.remake_diff_tables(''datasource''); |
31 | 31 |
|
32 |
to run just the output queries on a particular datasource: |
|
33 |
SELECT public_validations.remake_output_tables(''datasource'', ''_prefix_''); |
|
34 |
|
|
32 | 35 |
to run a particular validations query for a datasource: |
33 | 36 |
SELECT public_validations.remake_diff_table(''"datasource"._view_name''); |
34 | 37 |
|
trunk/schemas/vegbien.sql | ||
---|---|---|
29 | 29 |
to run the validations on a particular datasource: |
30 | 30 |
SELECT public_validations.remake_diff_tables(''datasource''); |
31 | 31 |
|
32 |
to run just the output queries on a particular datasource: |
|
33 |
SELECT public_validations.remake_output_tables(''datasource'', ''_prefix_''); |
|
34 |
|
|
32 | 35 |
to run a particular validations query for a datasource: |
33 | 36 |
SELECT public_validations.remake_diff_table(''"datasource"._view_name''); |
34 | 37 |
|
Also available in: Unified diff
schemas/public_.sql: public_validations: schema comment: documented how to run just the output queries on a particular datasource