Revision 13505
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
3811 | 3811 |
SELECT $$CREATE$$||(CASE WHEN $2 THEN $$ OR REPLACE$$ ELSE '' END)||$$ VIEW $$ |
3812 | 3812 |
||$1||$$ AS |
3813 | 3813 |
$$||pg_get_viewdef($1)/*no ; because pg_get_viewdef() includes one*/||$$ |
3814 |
$$||util.show_grants_for($1) |
|
3815 |
||util.show_set_comment($1)||$$ |
|
3816 |
$$ |
|
3814 |
$$||util.mk_set_relation_metadata($1) |
|
3817 | 3815 |
$_$; |
3818 | 3816 |
|
3819 | 3817 |
|
Also available in: Unified diff
schemas/util.sql: show_create_view(): use new mk_set_relation_metadata()