Re: Encrytion in postgres field in table

From: Lennin Caro <lennin(dot)caro(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org, Chris Preston <chris(at)thetrafalgartravel(dot)com>
Subject: Re: Encrytion in postgres field in table
Date: 2008-07-29 03:26:19
Message-ID: 761779.57583.qm@web59504.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

use md5 function in a trigger when insert data

or see this link

http://www.postgresql.org/docs/8.3/static/pgcrypto.html

--- On Mon, 7/28/08, Chris Preston <chris(at)thetrafalgartravel(dot)com> wrote:

> From: Chris Preston <chris(at)thetrafalgartravel(dot)com>
> Subject: [SQL] Encrytion in postgres field in table
> To: pgsql-sql(at)postgresql(dot)org
> Date: Monday, July 28, 2008, 1:25 PM
> How do I setup a password table that I only want to encrypt
> 1 field
> "password"

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Emi Lu 2008-07-29 13:39:04 Re: Query prepared plan
Previous Message Alvaro Herrera 2008-07-28 23:08:24 Re: Query prepared plan