Add a hook to CREATE/ALTER ROLE to allow an external module to check the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c742b795ddce852975c513a04c29966420937553
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-18T21:57:56Z
Releases: 9.0.0
Add a hook to CREATE/ALTER ROLE to allow an external module to check the
strength of database passwords, and create a sample implementation of
such a hook as a new contrib module "passwordcheck".

Laurenz Albe, reviewed by Takahiro Itagaki

Files