How to convert BYTEA (from decrypt) to TEXT?

Поиск
Список
Период
Сортировка
От Vincenzo Romano
Тема How to convert BYTEA (from decrypt) to TEXT?
Дата
Msg-id CAHjZ2x5Tg=rLN+6T1XYy7ONoG1fEpLcUStr9GLL166u_ZR399g@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to convert BYTEA (from decrypt) to TEXT?
Список pgsql-general
Hi all.
I know that the output of a decrypt() call (from pgcrypto module) can
be safely converted to TEXT.
CAST( decrypt( data,key,'bf' ) as TEXT ) (and other variants) just doesn't work.
How can I (possibly easily) do it?
Thanks.

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

Предыдущее
От: fv967
Дата:
Сообщение: Re: Plpgsql 9.1.3 : not accepting "open", "close" as column names
Следующее
От: AI Rumman
Дата:
Сообщение: What is the different between pg_trgm search and FULL Text search?