Project

General

Profile

« Previous | Next » 

Revision 12351

schemas/vegbien.sql: added new_query_view_relation_name()

View differences:

vegbien.sql
1951 1951
SET search_path = public_validations, pg_catalog;
1952 1952

  
1953 1953
--
1954
-- Name: new_query_view_relation_name(text, text, text); Type: FUNCTION; Schema: public_validations; Owner: -
1955
--
1956

  
1957
CREATE FUNCTION new_query_view_relation_name(query_view_from text, query_view_to text, relation_from text) RETURNS text
1958
    LANGUAGE sql IMMUTABLE
1959
    AS $_$
1960
SELECT util.replace_suffix($3, $1, $2)
1961
$_$;
1962

  
1963

  
1964
--
1954 1965
-- Name: query_relations(regclass); Type: FUNCTION; Schema: public_validations; Owner: -
1955 1966
--
1956 1967

  

Also available in: Unified diff