私は、Java桟橋アプリケーションを実行しようとしていると私は、このエラーを見ておいてください。Postgresにpgcrypt機能がありませんか?
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
誰もがこれを認識していたり、問題を解決する方法?私はpgcryptがPostgres 9.1.xにあらかじめ組み込まれていると思いましたか?
私は現在Mac OSX Lion 10.7を実行し、brew "brew install postgres"を使ってPostgresをインストールしました。
がpgcrypto'がprebundledても '場合、'のcrypt() '署名が暗号(テキスト、テキスト)'で 'はなく'のcrypt(文字文字、変化) 'あなたのエラーメッセージから見て(でクマmind 'text'は' character varying'に相当します)。 –