add semicolons to function outout

This commit is contained in:
Robert Lechte 2018-10-30 22:18:11 +11:00
parent 00c03a0937
commit ef9ea3d6db
2 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@ AS $function$
END;
$function$
;
CREATE OR REPLACE FUNCTION public.changed(i integer, t text[])
RETURNS TABLE(a text, c integer)
@ -134,7 +134,7 @@ AS $function$
END;
$function$
;
create materialized view "public"."matvvv" as SELECT 2;

View File

@ -117,7 +117,7 @@ AS $function$
END;
$function$
;
CREATE OR REPLACE FUNCTION public.changed(i integer, t text[])
RETURNS TABLE(a text, c integer)
@ -130,7 +130,7 @@ AS $function$
END;
$function$
;
create materialized view "public"."matvvv" as SELECT 2;