mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix typo also in expected output.
Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the
expected output.
This commit is contained in:
parent
90e8599219
commit
50baad4433
|
|
@ -438,7 +438,7 @@ SELECT sepgsql_getcon();
|
||||||
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
|
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
-- the pooler cannot touch these tables directry
|
-- the pooler cannot touch these tables directly
|
||||||
SELECT * FROM foo_tbl; -- failed
|
SELECT * FROM foo_tbl; -- failed
|
||||||
ERROR: SELinux: security policy violation
|
ERROR: SELinux: security policy violation
|
||||||
SELECT * FROM var_tbl; -- failed
|
SELECT * FROM var_tbl; -- failed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user