Revision 12519
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
22 | 22 |
|
23 | 23 |
COMMENT ON SCHEMA public_validations IS ' |
24 | 24 |
aggregating validations queries |
25 |
|
|
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 |
|
29 |
SET search_path = public_validations, pg_catalog; |
|
30 |
to the last _* view |
|
25 | 31 |
'; |
26 | 32 |
|
27 | 33 |
|
Also available in: Unified diff
schemas/vegbien.sql: public_validations: schema comment: documented how to sync the queries with schemas/vegbien.sql