mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-186: Add support to monitor query execution plan.
Fix a regression test case.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DROP USER IF EXISTS su;
|
||||
CREATE USER su WITH SUPERUSER;
|
||||
ERROR: role "su" already exists
|
||||
SET ROLE su;
|
||||
CREATE EXTENSION pg_stat_monitor;
|
||||
CREATE USER u1;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
DROP USER IF EXISTS su;
|
||||
CREATE USER su WITH SUPERUSER;
|
||||
|
||||
SET ROLE su;
|
||||
|
||||
Reference in New Issue
Block a user