Re: md5 hash on table row

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: md5 hash on table row
Дата
Msg-id 20051102170234.GA12174@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: md5 hash on table row  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: md5 hash on table row  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Jon Lapham
Дата:
Сообщение: Re: md5 hash on table row
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: md5 hash on table row