Revision 12582
Added by Aaron Marcuse-Kubitza over 10 years ago
vegbien.sql | ||
---|---|---|
2776 | 2776 |
CREATE FUNCTION query_view_relation_max_prefix_len() RETURNS integer |
2777 | 2777 |
LANGUAGE sql IMMUTABLE |
2778 | 2778 |
AS $$ |
2779 |
SELECT 6/*len of '~type.', '_diff_'*/
|
|
2779 |
SELECT 8/*len of 'values__'*/ + 6/*len of '~type.'/'_diff_'*/
|
|
2780 | 2780 |
$$; |
2781 | 2781 |
|
2782 | 2782 |
|
Also available in: Unified diff
bugfix: schemas/vegbien.sql: public_validations.query_view_relation_max_prefix_len(): added values__ prefix