Re: Checksum/Hash Functions

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: Checksum/Hash Functions
Дата
Msg-id JGEPJNMCKODMDHGOBKDNMENJCPAA.joel@joelburton.com
обсуждение исходный текст
Ответ на Checksum/Hash Functions  ("Bryan White" <bryan@arcamax.com>)
Список pgsql-general
There are some hashes in the contrib/pg_crypto addition. You may need to
install this specifically (it's a separate RPM, or, if you install from
source, it's in the contrib/ folder).

- J.

Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton
Knowledge Management & Technology Consultant

> -----Original Message-----
> From: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org]On Behalf Of Bryan White
> Sent: Thursday, May 30, 2002 9:53 AM
> To: pgsql-general
> Subject: [GENERAL] Checksum/Hash Functions
>
>
> Does PostgreSQL have any built-in check sum or hash functions.
>
> I want to be able to compute a checksum of a string as I display
> a record to
> the user and when the user updates the record compare the checksum in the
> update statement.  I can do the checksum on the client side but it would
> save the overhead of an additional select statement at update time if the
> checksum could be computed on the database backend.
>
> I know I could write my own function to do this but I first
> wanted to check
> if there was a function already setup to do it.  I have looked at the
> documentation but did not find anything.
>
> ---------
> Bryan White
> This email represents the consensus opinion
> of the many voices in my head.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


В списке pgsql-general по дате отправления:

Предыдущее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: Checksum/Hash Functions
Следующее
От: Shaun Thomas
Дата:
Сообщение: Re: horrendous query challenge :-)