Re: suggested TODO: md5(bytea)

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: suggested TODO: md5(bytea)
Date: 2005-07-24 23:44:06
Message-ID: 20050724234406.GA2614@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 24, 2005 at 07:32:22PM -0400, Andrew Dunstan wrote:
> Could we please add this TODO that I just found missing, much to my
> annoyance?
>
> . md5 function for bytea

Eh?

http://archives.postgresql.org/pgsql-committers/2005-05/msg00239.php

test=> \df md5
List of functions
Schema | Name | Result data type | Argument data types
------------+------+------------------+---------------------
pg_catalog | md5 | text | bytea
pg_catalog | md5 | text | text
(2 rows)

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-07-24 23:47:49 Re: For review: Server instrumentation patch
Previous Message Andrew Dunstan 2005-07-24 23:39:03 Re: suggested TODO: md5(bytea)