On Mon, 20 Oct 2003, Priya G wrote:
> > > Is there any encrypt function in postgres? like encrypt('string')...
Yes, but they're not built in, you need to look in the source/contrib/pgcrypto directory to find them.