Project

General

Profile

« Previous | Next » 

Revision 13840

schemas/util.sql: added view_is_subset(view_def text)

View differences:

util.sql
4626 4626

  
4627 4627

  
4628 4628
--
4629
-- Name: view_is_subset(text); Type: FUNCTION; Schema: util; Owner: -
4630
--
4631

  
4632
CREATE FUNCTION view_is_subset(view_def text) RETURNS boolean
4633
    LANGUAGE sql IMMUTABLE
4634
    AS $_$
4635
SELECT util.view_is_automatically_updatable($1)
4636
$_$;
4637

  
4638

  
4639
--
4629 4640
-- Name: all_same(anyelement); Type: AGGREGATE; Schema: util; Owner: -
4630 4641
--
4631 4642

  

Also available in: Unified diff