Re: removal of md5 from example code

2018-02-22 Thread Peter Eisentraut
On 1/17/18 11:14, PG Doc comments form wrote: > The documentation at > https://www.postgresql.org/docs/current/static/citext.html shows an example > using md5 for password hashes. This is generally a bad practice and not > relevant to the feature documented. > > I recommend removing the password

Re: removal of md5 from example code

2018-02-02 Thread Jon Wolski
I think I get it, now. Is the reason for including the `pass` in the example so that the documentation can demonstrate `citext` along side case-sensitive text? If so, I struggle to come up with anything more obvious than a password hash for a case where case-sensitive comparison of text is necess

Re: removal of md5 from example code

2018-01-30 Thread Peter Eisentraut
On 1/17/18 11:14, PG Doc comments form wrote: > The documentation at > https://www.postgresql.org/docs/current/static/citext.html shows an example > using md5 for password hashes. This is generally a bad practice and not > relevant to the feature documented. > > I recommend removing the password