Re: md5 hash on table row - Mailing list pgsql-general

From Michael Fuhr
Subject Re: md5 hash on table row
Date
Msg-id 20051102170234.GA12174@winnie.fuhr.org
Whole thread Raw
In response to Re: md5 hash on table row  (Michael Fuhr <mike@fuhr.org>)
Responses Re: md5 hash on table row  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Nov 02, 2005 at 09:35:33AM -0700, Michael Fuhr wrote:
> test=> SELECT id, md5(textin(record_out(foo))) FROM foo;
>  id |               md5
> ----+----------------------------------
>   1 | b1cbe3d5ed304f31da57b85258f20c8f

I just noticed that record_out(foo) works only in 8.1.  When I have
more time I'll see if it's possible in earlier versions.

--
Michael Fuhr

pgsql-general by date:

Previous
From: Jon Lapham
Date:
Subject: Re: md5 hash on table row
Next
From: "A. Kretschmer"
Date:
Subject: Re: md5 hash on table row