I am trying to run a Java Jetty application and I see this error:
Caused by:
org.postgresql.util.PSQLException: ERROR: function crypt(character varying, character) does not exist| Hint: No function matches the given name and argument types. You might need to add explicit type casts.| Where: PL/pgSQL function
Does anyone recognize this or how to solve the problem? I thought pgcrypt was added in Postgres 9.1.x?
I am currently running Mac OSX Lion 10.7 and installing Postgres using brew "brew install postgres".
source
share