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

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: how to do a select * and decrypt a column at the same time?
Дата
Msg-id 20050816210533.GA29260@wolff.to
обсуждение исходный текст
Ответ на how to do a select * and decrypt a column at the same time?  (The One <i51359@yahoo.com>)
Список pgsql-sql
On Tue, Aug 16, 2005 at 12:53:51 -0700, The One <i51359@yahoo.com> wrote:
> 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
ittoo?
 

You want to explicitly list all of the column names in the select list, except
for the encrypted column for which you should call the decryption function.


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

Предыдущее
От: The One
Дата:
Сообщение: how to do a select * and decrypt a column at the same time?
Следующее
От: tv@fuzzy.cz
Дата:
Сообщение: converting varchar to integer