Skip to content

Commit f57301c

Browse files
committed
docs: clarify reserved roles claim
It is still relevant on pg >= 16.
1 parent bfbb182 commit f57301c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To protect against privilege escalation, the event triggers created by the privi
6262

6363
- Will be executed for any non-superuser role.
6464
- Will be skipped for any superuser role.
65-
- For PostgreSQL < 16: Will also be skipped for [Reserved Roles](#reserved-roles).
65+
- Will also be skipped for [Reserved Roles](#reserved-roles).
6666

6767
The skipping behavior can be logged by setting the `supautils.log_skipped_evtrigs` config to true, this is false by default.
6868

@@ -226,7 +226,7 @@ supautils.drop_trigger_grants = '{ "my_role": ["public.not_my_table", "public.al
226226
### Reserved Roles
227227

228228
> [!IMPORTANT]
229-
> This feature is disabled starting from PostgreSQL 16, from this version onwards the underlying CREATEROLE problem is fixed.
229+
> The CREATEROLE problem is solved starting from PostgreSQL 16.
230230
231231
Non-superusers with the CREATEROLE privilege can ALTER, DROP or GRANT non-superuser roles without restrictions.
232232

0 commit comments

Comments
 (0)