Revision 12675
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
23 | 23 |
COMMENT ON SCHEMA public_validations IS ' |
24 | 24 |
aggregating validations queries |
25 | 25 |
|
26 |
to sync the queries with schemas/vegbien.sql:
|
|
26 |
to reset the queries to what''s in schemas/vegbien.sql:
|
|
27 | 27 |
SELECT public_validations.rm_output_queries(); |
28 | 28 |
run the portion of schemas/vegbien.sql from |
29 | 29 |
SET search_path = public_validations, pg_catalog; |
... | ... | |
42 | 42 |
|
43 | 43 |
to reset the key and value columns for all validations queries: |
44 | 44 |
SELECT public_validations.rm_output_queries(); |
45 |
sync the queries with schemas/vegbien.sql, as described above
|
|
45 |
reset the queries to what''s in schemas/vegbien.sql, as described above
|
|
46 | 46 |
SELECT public_validations.remake_diff_tables(); |
47 | 47 |
'; |
48 | 48 |
|
Also available in: Unified diff
schemas/vegbien.sql: public_validations: schema comment: changed "to sync the queries with schemas/vegbien.sql" to "to reset the queries to what's in schemas/vegbien.sql" for clarity