On 8/17/05, A. Kretschmer <[EMAIL PROTECTED]> wrote:
> select substring(md5(random()) from 5 for 15);
Thanks everybody, this solution will fullfill my needs... ;)
Sincerely,
Fernando Lujan
---(end of broadcast)---
TIP 9: In versions below 8.0, t
am 17.08.2005, um 13:48:38 -0300 mailte Fernando Lujan folgendes:
> Hi folks,
>
> I have a table wich contains my users... I want to insert to each user
> a random password, so I need a random function. Is there such function
> in Postgres? I just found the RANDOM which generates values between
>