Revision 12552
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_all_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 |
**IMPORTANT**: run every function that matches "CREATE FUNCTION keys(" |
|
31 | 32 |
'; |
32 | 33 |
|
33 | 34 |
|
Also available in: Unified diff
bugfix: schemas/vegbien.sql: public_validations: schema comment: also need to re-create keys() functions after running public_validations.rm_all_queries()