Revision 12525
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
2360 | 2360 |
PERFORM util.use_schema(schema_anchor); |
2361 | 2361 |
|
2362 | 2362 |
PERFORM rm_query_view(view_, schema_anchor) |
2363 |
-- rm_query_view('public_validations.view') searches *all* schemas |
|
2364 |
FROM validation_views(COALESCE(schema, util.schema(schema_anchor))) view_
|
|
2363 |
-- note: rm_query_view('public_validations.view') searches *all* schemas
|
|
2364 |
FROM validation_views(schema/*NULL->searches *all* schemas*/) view_
|
|
2365 | 2365 |
; |
2366 | 2366 |
END; |
2367 | 2367 |
$$; |
Also available in: Unified diff
fix: schemas/vegbien.sql: rm_all_queries(): all-schemas mode: also remove queries that are only present on the input side, so that the input side can also be re-created from the DDL file