pgsql/contrib/pgcrypto pgcrypto.sql.in

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/pgcrypto pgcrypto.sql.in
Date: 2002-01-07 18:56:14
Message-ID: 200201071856.g07IuEE50999@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/01/07 13:56:10

Modified files:
contrib/pgcrypto: pgcrypto.sql.in

Log message:
Add variants of digest() and hmac() that accept text inputs.
Marko Kreen says:
This is so obvious that I would like to make it 'official'.

Seems like the theology around bytea<>text casting kept me from
seeing the simple :)

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-01-07 22:36:56 pgsql/contrib/mysql my2pg.pl
Previous Message tgl 2002-01-07 16:33:03 pgsql/src/backend/storage/lmgr lwlock.c