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
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
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!
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