Re: I need to ecrypt one column to an output file

From: Richard Huxton <dev(at)archonet(dot)com>
To: Ralph Smith <smithrn(at)washington(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: I need to ecrypt one column to an output file
Date: 2008-04-16 06:31:50
Message-ID: 48059D56.7030206@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ralph Smith wrote:
> I need to do a simple query and output to a file.
> No problem.
>
> But how do I encrypt one column's output?
>
> There are lots of developer related links here, and info to "use the
> /contrib pgcrypto", but I'm not a PG developer and I failed to find any
> info on HOW TO USE that library function...

Have you installed the pgcrypto module?
Have you read the guide to pgcrypto in the manual?
http://www.postgresql.org/docs/8.3/static/pgcrypto.html

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2008-04-16 07:25:45 Re: How to recovery data from folder data installation?
Previous Message Craig Ringer 2008-04-16 06:15:55 Re: Installation of contrib/tablefunc - problems