mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update regression for ALL missing from CLUSTER.
This commit is contained in:
parent
af26857a27
commit
988dbc58a2
2 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ INSERT INTO clstr_3 VALUES (1);
|
|||
-- this user can only cluster clstr_1 and clstr_3, but the latter
|
||||
-- has not been clustered
|
||||
SET SESSION AUTHORIZATION clstr_user;
|
||||
CLUSTER ALL;
|
||||
CLUSTER;
|
||||
SELECT * FROM clstr_1 UNION ALL
|
||||
SELECT * FROM clstr_2 UNION ALL
|
||||
SELECT * FROM clstr_3;
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ INSERT INTO clstr_3 VALUES (1);
|
|||
-- this user can only cluster clstr_1 and clstr_3, but the latter
|
||||
-- has not been clustered
|
||||
SET SESSION AUTHORIZATION clstr_user;
|
||||
CLUSTER ALL;
|
||||
CLUSTER;
|
||||
SELECT * FROM clstr_1 UNION ALL
|
||||
SELECT * FROM clstr_2 UNION ALL
|
||||
SELECT * FROM clstr_3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue