Re: [ADMIN] encrypt function

2003-10-20 Thread scott.marlowe
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. ---(end of broadcast)--- TIP 4

Re: [ADMIN] encrypt function

2003-10-20 Thread Radu-Adrian Popescu
On Mon, 2003-10-20 at 23:46, Priya G wrote: Is there any encrypt function in postgres? like encrypt('string')... Yes, there is. See contrib/crypt - there's a library with crypto stuff, C source code and SQL bindings (i.e. external functions). Cheers, Thanks, pn

[ADMIN] encrypt function

2003-10-20 Thread Priya G
Is there any encrypt function in postgres? like encrypt('string')... Thanks, pn See when your friends are online with MSN Messenger 6.0. Download it now FREE!

[ADMIN] Encrypt

2001-01-11 Thread Karla Peralta
Hi, I want to know if I can encrypt a postgres database and how can I do it ?? I'm working with RedHat 6.2 FlagShip -4.48-7451 and postgresql 7.0.3. Karla Peralta