Project

General

Profile

« Previous | Next » 

Revision 14458

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)

View differences:

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