ez.no / exponential / documentation / faq / database / what is the reason i get 'e...
This means that your PostgreSQL installation does not have the digest> procedure available.
If you use RPMS (Redhat and Mandrake) install the postgresql-contrib package.
You must then install the procedure by running this shell command:
psql [dbname] < /usr/share/pgsql/contrib/pgcrypto.sql