Project

General

Profile

« Previous | Next » 

Revision 13469

fix: schemas/util.sql: show_create_view(): removed extra trailing ; because pg_get_viewdef() now includes one

View differences:

trunk/schemas/util.sql
3709 3709
    AS $_$
3710 3710
SELECT $$CREATE$$||(CASE WHEN $2 THEN $$ OR REPLACE$$ ELSE '' END)||$$ VIEW $$
3711 3711
||$1||$$ AS
3712
$$||pg_get_viewdef($1)||$$;
3712
$$||pg_get_viewdef($1)||/*no ; because pg_get_viewdef() includes one*/$$
3713 3713
$$||util.show_grants_for($1)
3714 3714
$_$;
3715 3715

  

Also available in: Unified diff