Project

General

Profile

« Previous | Next » 

Revision 13953

schemas/util.sql: added mk_set_comments(regclass)

View differences:

util.sql
2920 2920

  
2921 2921

  
2922 2922
--
2923
-- Name: mk_set_comments(regclass); Type: FUNCTION; Schema: util; Owner: -
2924
--
2925

  
2926
CREATE FUNCTION mk_set_comments(table_ regclass) RETURNS text
2927
    LANGUAGE sql STABLE
2928
    AS $_$
2929
SELECT util.mk_set_comment($1)||$$
2930
$$||util.mk_set_col_comments($1)
2931
$_$;
2932

  
2933

  
2934
--
2923 2935
-- Name: mk_set_relation_metadata(regclass); Type: FUNCTION; Schema: util; Owner: -
2924 2936
--
2925 2937

  

Also available in: Unified diff