Subject: create trigger in postgres to check the password strength
From: PAWAN SHARMA <er.pawanshr0963@xxxxxxxxx>
Date: Fri, 3 Feb 2017 20:44:17 +0530
Hi All,
Is this possible to create trigger in postgres to check the password strength( like char should be min 8 character) while to creating user or role with password.
If it possible can you please share the script with me..