File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ INSERT INTO clstr_3 VALUES (1);
333333-- this user can only cluster clstr_1 and clstr_3, but the latter
334334-- has not been clustered
335335SET SESSION AUTHORIZATION clstr_user;
336- CLUSTER ALL ;
336+ CLUSTER;
337337SELECT * FROM clstr_1 UNION ALL
338338 SELECT * FROM clstr_2 UNION ALL
339339 SELECT * FROM clstr_3;
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ INSERT INTO clstr_3 VALUES (1);
125125-- this user can only cluster clstr_1 and clstr_3, but the latter
126126-- has not been clustered
127127SET SESSION AUTHORIZATION clstr_user;
128- CLUSTER ALL ;
128+ CLUSTER;
129129SELECT * FROM clstr_1 UNION ALL
130130 SELECT * FROM clstr_2 UNION ALL
131131 SELECT * FROM clstr_3;
You can’t perform that action at this time.
0 commit comments