Project

General

Profile

« Previous | Next » 

Revision 12320

schemas/util.sql: added analyze_()

View differences:

trunk/schemas/util.sql
586 586

  
587 587

  
588 588
--
589
-- Name: analyze_(regclass); Type: FUNCTION; Schema: util; Owner: -
590
--
591

  
592
CREATE FUNCTION analyze_(table_ regclass) RETURNS void
593
    LANGUAGE sql
594
    AS $_$
595
SELECT util.eval($$ANALYZE VERBOSE $$||$1)
596
$_$;
597

  
598

  
599
--
589 600
-- Name: array_fill(anyelement, integer); Type: FUNCTION; Schema: util; Owner: -
590 601
--
591 602

  

Also available in: Unified diff