Postgres functions

Posts: 3
Joined: 06/03/2008

Ryan wrote:

== Snipped ==

and is there a Postgres equivalent? We don't officially support Postgres, but we've been including contributed support from community users who use Postgres themselves.

Ryan,

I did a little more digging & it looks like Postgres has similar functions:

http://www.postgresql.org/docs/8.3/static/pgcrypto.html

encrypt(data, 'fooz', 'aes')

It's interesting that Postgres has native PGP support along with AES, that appears to put it ahead of MySQL at first glance.

I haven't tested any of the Postgres functions but I hope this helps,

Bob