Robert Haas <robertmh...@gmail.com> writes: > But how much value is there in that? This whole thing seems like a > dead end to me. No matter how long you're willing to wait, putting > the checking on the client side will let you far more validation for > the same price.
No doubt, but ... The value of doing it on the server side is you only have to implement it once, and you don't have to hope that all your users are using the most up-to-date clients that will enforce a check. (The more troglodytic of them might be using a direct ALTER USER PASSWORD command, which will certainly not result in any client-side check happening.) Even if we encouraged client-side tool authors to implement password checking, the lack of consensus about what the checks should be would pretty much guarantee lack of uniformity about exactly what got checked in any real installation. Which is not the sort of thing that makes security auditors feel all warm and fuzzy. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers