Revision 13098
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2926 | 2926 |
instead, they need to inherit from a common, empty table. */ |
2927 | 2927 |
SELECT util.create_if_not_exists($$SELECT $$||util.quote_func_call( |
2928 | 2928 |
'util.copy_struct', util.quote_typed($2), util.quote_typed($4))); |
2929 |
SELECT util.rm_freq(ARRAY[$4]); -- left/right_table don't have freq yet |
|
2929 | 2930 |
SELECT util.inherit($2, $4); |
2930 | 2931 |
SELECT util.inherit($3, $4); |
2931 | 2932 |
|
Also available in: Unified diff
bugfix: schemas/util.sql: remake_diff_table(): need to rm_freq() type_table, because left/right_table don't have freq yet