File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ LOG: SELinux: allowed { select } scontext=unconfined_u:unconfined_r:sepgsql_reg
173
173
LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure name="pg_catalog.int4eq(integer,integer)"
174
174
ALTER TABLE regtest_table ADD CONSTRAINT test_ck CHECK (b like '%abc%') NOT VALID; -- not supported
175
175
ALTER TABLE regtest_table VALIDATE CONSTRAINT test_ck; -- not supported
176
- ALTER TABLE regtest_table DROP CONSTRAINT test_ck; -- not supported
177
176
LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure name="pg_catalog.textlike(pg_catalog.text,pg_catalog.text)"
178
177
LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure name="pg_catalog.textlike(pg_catalog.text,pg_catalog.text)"
178
+ ALTER TABLE regtest_table DROP CONSTRAINT test_ck; -- not supported
179
179
CREATE TRIGGER regtest_test_trig BEFORE UPDATE ON regtest_table
180
180
FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
181
181
ALTER TABLE regtest_table DISABLE TRIGGER regtest_test_trig; -- not supported
You can’t perform that action at this time.
0 commit comments