Revision 12673
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
24 | 24 |
aggregating validations queries |
25 | 25 |
|
26 | 26 |
to sync the queries with schemas/vegbien.sql: |
27 |
> SELECT public_validations.rm_all_queries();
|
|
28 |
# run the portion of schemas/vegbien.sql from
|
|
27 |
SELECT public_validations.rm_output_queries();
|
|
28 |
run the portion of schemas/vegbien.sql from |
|
29 | 29 |
SET search_path = public_validations, pg_catalog; |
30 | 30 |
to the last _* view |
31 | 31 |
**IMPORTANT**: run every function that matches "CREATE FUNCTION keys(" |
Also available in: Unified diff
schemas/vegbien.sql: schema comment: to sync the queries with schemas/vegbien.sql: use new public_validations.rm_output_queries() instead of rm_all_queries() to leave the input queries in place