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);
333
333
-- this user can only cluster clstr_1 and clstr_3, but the latter
334
334
-- has not been clustered
335
335
SET SESSION AUTHORIZATION clstr_user;
336
- CLUSTER ALL ;
336
+ CLUSTER;
337
337
SELECT * FROM clstr_1 UNION ALL
338
338
SELECT * FROM clstr_2 UNION ALL
339
339
SELECT * FROM clstr_3;
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ INSERT INTO clstr_3 VALUES (1);
125
125
-- this user can only cluster clstr_1 and clstr_3, but the latter
126
126
-- has not been clustered
127
127
SET SESSION AUTHORIZATION clstr_user;
128
- CLUSTER ALL ;
128
+ CLUSTER;
129
129
SELECT * FROM clstr_1 UNION ALL
130
130
SELECT * FROM clstr_2 UNION ALL
131
131
SELECT * FROM clstr_3;
You can’t perform that action at this time.
0 commit comments