Re: md5 hash on table row

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Jon Lapham <lapham(at)jandr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: md5 hash on table row
Date: 2005-11-02 17:02:34
Message-ID: 20051102170234.GA12174@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2005-11-02 17:07:45 Re: md5 hash on table row
Previous Message Jon Lapham 2005-11-02 16:49:57 Re: md5 hash on table row