Victor Yegorov wrote:
> 2013/3/8 Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
>> This way you can also force a certain password expiry date
>> (PostgreSQL does not have a password life time).
>
> What bout ALTER ROLE ... VALID UNTIL 'timestamp' ?
That's the password expiry date.
Oracle's concept is different: it sets a limit on the time
between password changes.
There is no such thing in PostgreSQL.
Yours,
Laurenz Albe