does encrypt function support higher than basic ascii?

From: "Naoko Reeves" <naoko(at)lawlogix(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: does encrypt function support higher than basic ascii?
Date: 2009-11-17 19:47:35
Message-ID: 076DC33A3D38CE4BBC64D35DDD9DE70C098DA4DC@mse4be2.mse4.exchange.ms
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have the following statement and accent e doesn't seems to be decrypted correctly.

select decrypt(encrypt('aéiou','foo','aes'),'foo','aes')

Could you tell me if there is an option for encoding or this function only encrypt basic ascii?

Thank you very much for your time in advance.

Naoko

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-11-17 19:47:53 Re: Postgresql Database Lock Problem
Previous Message Plugge, Joe R. 2009-11-17 19:31:49 Re: Postgresql Database Lock Problem