Revision 14458
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2870 | 2870 |
CREATE FUNCTION expansion_min_cols() RETURNS integer |
2871 | 2871 |
LANGUAGE sql IMMUTABLE |
2872 | 2872 |
AS $$ |
2873 |
SELECT 6
|
|
2873 |
SELECT 12
|
|
2874 | 2874 |
$$; |
2875 | 2875 |
|
2876 | 2876 |
|
Also available in: Unified diff
bugfix: schemas/util.sql: expansion_min_cols(): increased to properly handle all public-schema views (the largest is currently 2014-6-12.Jeff_Ott.climatic_range_determinants)