Re: [GENERAL] SHA1 on postgres 8.3

2008-01-21 Thread Julio Cesar Sánchez González
Martijn van Oosterhout wrote: On Sun, Jan 20, 2008 at 12:21:01AM -0800, Jon Hancock wrote: I am trying to port a MySQL db to postgres 8.3rc1. In MySQL I have a function SHA1, which is critical for storing and authenticating passwords. I see some old posts on how to add this function myself.

Re: [GENERAL] SHA1 on postgres 8.3

2008-01-20 Thread Martijn van Oosterhout
On Sun, Jan 20, 2008 at 12:21:01AM -0800, Jon Hancock wrote: > I am trying to port a MySQL db to postgres 8.3rc1. > In MySQL I have a function SHA1, which is critical for storing and > authenticating passwords. > I see some old posts on how to add this function myself. see: > http://raveica.comdur

[GENERAL] SHA1 on postgres 8.3

2008-01-20 Thread Jon Hancock
I am trying to port a MySQL db to postgres 8.3rc1. In MySQL I have a function SHA1, which is critical for storing and authenticating passwords. I see some old posts on how to add this function myself. see: http://raveica.comdurav.com/blog/programming/how-do-i-add-sha1-to-postgresql/ Has sha1 been