Re: md5 function

From: Michael Fuhr <mfuhr+pgsql-general(at)fuhr(dot)org>
To: Miso Hlavac <hlavki(at)medium13(dot)sk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: md5 function
Date: 2003-12-17 09:32:22
Message-ID: 20031217023222.B4037@quality.qadas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Dec 17, 2003 at 09:47:01AM +0100, Miso Hlavac wrote:
> 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???

Are you sure the server is 7.4? What does SELECT VERSION() show?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-12-17 09:36:15 Re: Sequence name with SERIAL type
Previous Message Tom Lane 2003-12-17 09:23:00 Re: Sequence name with SERIAL type