Revision 12507
Added by Aaron Marcuse-Kubitza almost 11 years ago
vegbien.my.sql | ||
---|---|---|
1028 | 1028 |
|
1029 | 1029 |
|
1030 | 1030 |
-- |
1031 |
-- Name: rm_all_queries(varchar(255), anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
|
1032 |
-- |
|
1033 |
|
|
1034 |
|
|
1035 |
|
|
1036 |
|
|
1037 |
-- |
|
1038 |
-- Name: FUNCTION rm_all_queries(schema varchar(255), schema_anchor anyelement); Type: COMMENT; Schema: public_validations; Owner: - |
|
1039 |
-- |
|
1040 |
|
|
1041 |
|
|
1042 |
|
|
1043 |
|
|
1044 |
-- |
|
1031 | 1045 |
-- Name: rm_query_group(varchar(255), anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
1032 | 1046 |
-- |
1033 | 1047 |
|
Also available in: Unified diff
schemas/vegbien.sql: added public_validations.rm_all_queries(schema), which removes all validations queries in a schema, or in all schemas (useful when recreating validations queries from the DDL export file)