add dep3 fixture

This commit is contained in:
Robert Lechte 2019-01-21 11:45:34 +11:00
parent 38ce21a623
commit d171a511a9
5 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
create view abc as select 1;

View File

@ -0,0 +1 @@
create materialized view abc as select 1;

View File

@ -0,0 +1,3 @@
drop view if exists "public"."abc";
create materialized view "public"."abc" as SELECT 1;