Hey,
I would like to know, do we have profile concept in PostgreSQL as like in Oracle.
I have a requirement to expire user password in 90 days and in oracle, I can achieve this by creating profile with custom requirements and assign it to the users. Similarly in PostgreSQL do we have options to restrict the users on password complexity.
-D