how to do a select * and decrypt a column at the same time?

From: The One <i51359(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: how to do a select * and decrypt a column at the same time?
Date: 2005-08-16 19:53:51
Message-ID: 20050816195351.632.qmail@web33911.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

I have a table with one encrypted column.
How can I do a select statement such that it will select all columns from the table and at the same time will decrypt it too?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Craig Servin 2005-08-16 20:18:26 Updateing pg_trigger and pg_constraint
Previous Message Owen Jacobson 2005-08-16 16:25:53 Re: What libraries need to be included in C program for encrypt and decrypt functions?