Project

General

Profile

« Previous | Next » 

Revision 11660

schemas/util.sql: added save_drop_views()

View differences:

schemas/util.sql
1695 1695

  
1696 1696

  
1697 1697
--
1698
-- Name: save_drop_views(text[]); Type: FUNCTION; Schema: util; Owner: -
1699
--
1700

  
1701
CREATE FUNCTION save_drop_views(views text[]) RETURNS text
1702
    LANGUAGE sql
1703
    AS $_$
1704
SELECT concat(util.save_drop_view(unnest)) FROM unnest($1)
1705
$_$;
1706

  
1707

  
1708
--
1698 1709
-- Name: schema(regtype); Type: FUNCTION; Schema: util; Owner: -
1699 1710
--
1700 1711

  

Also available in: Unified diff