md5 function

From: Miso Hlavac <hlavki(at)medium13(dot)sk>
To: pgsql-general(at)postgresql(dot)org
Subject: md5 function
Date: 2003-12-17 08:47:01
Message-ID: 78227052954.20031217094701@medium13.sk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

Sorry for just stupid question, but I need use md5 function in 7.4
When I write:
select md5('text');
ERROR: Function md5("unknown") does not exist
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts

where is problem???

thanx, miso

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2003-12-17 09:19:33 Re: Sequence name with SERIAL type
Previous Message Tom Lane 2003-12-17 08:42:55 Re: Strange permission problem regarding pg_settings