encrypt

From: armstpat(at)comcast(dot)net (George Armstrong)
To: pgsql-general(at)postgresql(dot)org
Subject: encrypt
Date: 2004-01-09 02:07:00
Message-ID: 6fa3f75.0401081807.4d579326@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Would someone be so kind as to direct me to instructions for using the
encrypt function? I have searched for a couple of evenings now. I
would like to understand the ::bytea stuff below. I've got a ton of
database experience but this stuff looks strange to me.

select encrypt
('srcip'::bytea,'pass'::bytea,'bf'::text)::bytea as
"test" from tbltcplog limit 3;

Thanks in advance.

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stone 2004-01-09 02:11:03 full db locking during dump
Previous Message Ron St-Pierre 2004-01-08 23:24:41 Re: 7.4, 'group by' default ordering?