Project

General

Profile

« Previous | Next » 

Revision 12365

schemas/vegbien.sql: added query_view_relation_max_prefix_len()

View differences:

vegbien.sql
1974 1974

  
1975 1975

  
1976 1976
--
1977
-- Name: query_view_relation_max_prefix_len(); Type: FUNCTION; Schema: public_validations; Owner: -
1978
--
1979

  
1980
CREATE FUNCTION query_view_relation_max_prefix_len() RETURNS integer
1981
    LANGUAGE sql IMMUTABLE
1982
    AS $$
1983
SELECT 6/*len of '~type.', '_diff_'*/
1984
$$;
1985

  
1986

  
1987
--
1977 1988
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: -
1978 1989
--
1979 1990

  

Also available in: Unified diff