File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change 66
77-- #################################
88-- Cleanup
9- -- DROP OPERATOR IF EXISTS
10- -- <@ (smoc, scircle),
11- -- <@ (scircle, smoc),
12- -- <@ (smoc, spoly),
13- -- <@ (spoly, smoc),
14- -- !<@ (smoc, scircle),
15- -- !<@ (scircle, smoc),
16- -- !<@ (smoc, spoly),
17- -- !<@ (spoly, smoc),
18- -- @> (smoc, scircle),
19- -- @> (scircle, smoc),
20- -- @> (smoc, spoly),
21- -- @> (spoly, smoc),
22- -- !@> (smoc, scircle),
23- -- !@> (scircle, smoc),
24- -- !@> (smoc, spoly),
25- -- !@> (spoly, smoc);
9+
10+ set client_min_messages = 'warning';
11+ DROP OPERATOR IF EXISTS
12+ <@ (smoc, scircle),
13+ <@ (scircle, smoc),
14+ <@ (smoc, spoly),
15+ <@ (spoly, smoc),
16+ !<@ (smoc, scircle),
17+ !<@ (scircle, smoc),
18+ !<@ (smoc, spoly),
19+ !<@ (spoly, smoc),
20+ @> (smoc, scircle),
21+ @> (scircle, smoc),
22+ @> (smoc, spoly),
23+ @> (spoly, smoc),
24+ !@> (smoc, scircle),
25+ !@> (scircle, smoc),
26+ !@> (smoc, spoly),
27+ !@> (spoly, smoc);
28+ reset client_min_messages;
2629
2730-- #################################
2831-- smoc/geo OVERLAPS
You can’t perform that action at this time.
0 commit comments