Project

General

Profile

« Previous | Next » 

Revision 13954

bugfix: mk_set_relation_metadata(): need to include col comments as well so that these are re-created properly by recreate()

View differences:

trunk/schemas/util.sql
2939 2939
    LANGUAGE sql STABLE
2940 2940
    AS $_$
2941 2941
SELECT util.show_grants_for($1)
2942
||util.mk_set_comment($1)||$$
2942
||util.mk_set_comments($1)||$$
2943 2943
$$
2944 2944
$_$;
2945 2945

  

Also available in: Unified diff