We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce63b0 commit 368bf20Copy full SHA for 368bf20
nix/tests/sql/z_15_roles.sql
@@ -5,7 +5,7 @@ select
5
m.admin_option
6
from
7
pg_roles r
8
-left join
+join
9
pg_auth_members m on r.oid = m.member
10
left join
11
pg_roles g on m.roleid = g.oid
nix/tests/sql/z_17_roles.sql
@@ -28,7 +28,7 @@ select
28
29
30
31
32
33
34
0 commit comments