dalibo / ldap2pg

:elephant: :busts_in_silhouette: Manage PostgreSQL roles and privileges from YAML or LDAP
https://labs.dalibo.com/ldap2pg
PostgreSQL License
204 stars 33 forks source link

Typo in documentation #660

Open tstepien0 opened 2 months ago

tstepien0 commented 2 months ago

In the documentation regarding built-in privileges in section "Profiles reference", both "usage_on_schemas" and "usage_on_schema" appear. Only the first parameter is correct; the second one can be misleading and doesn't work.

tomgachet commented 1 day ago

You're right @tstepien0 ! The error is actually in the Profile all_on_schemas section. The privilege __usage_on_schema__ must be __usage_on_schemas__ to be functional!