Re: [GENERAL] Backslah in encrypt function.

2007-07-25 Thread Michael Fuhr
On Wed, Jul 25, 2007 at 06:02:10PM +0530, Nalin Bakshi wrote: >I have come on a problem regarding encryption. I am firing a simple > select statement: > > select encrypt('\\','abcd','bf'); > > I want to use \ for encryption but I get the error: >"invalid input syntax for type byt

[GENERAL] Backslah in encrypt function.

2007-07-25 Thread Nalin Bakshi
Hi, I have come on a problem regarding encryption. I am firing a simple select statement: select encrypt('\\','abcd','bf'); I want to use \ for encryption but I get the error: "invalid input syntax for type bytea" I tried using to encrypt \ , but on decryption I get \\ inst