ldap2pg
ldap2pg copied to clipboard
IS it possible to do a "alter role a in database postgres set session authorization b;"?
Hi,
first of all thank you for ldap2pg, great tool.
I have a question for which I cannot find the answer in the docs or in any of issues. What I want to do is something like this:
alter { role } in database { database } set session authorization b;
The reason is that roles shall switch session authorization automatically and I want to avoid having them issuing "set role" manually.
Is something like this possible?
Best regards Daniel