From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+) Gecko/20020402 Description of problem: The SQL commands to install the pgcrypto functions are incorrect as installed with postgresql-contrib-7.2.1-3. See file: /usr/lib/pgsql/contrib/pgcrypto/pgcrypto.sql The path to the pgcrypto library is not correct. It reads: /usr/lib/pgsql/contrib/pgcrypto/pgcrypto It should be /usr/lib/pgsql/contrib/pgcrypto/libpgcrypto.so Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install postgresql-contrib-7.2.1-3.i386.rpm 2. Execute /usr/lib/pgsql/contrib/pgcrypto/pgcrypto.sql in psql Actual Results: ERROR: stat failed on file '/usr/lib/pgsql/contrib/pgcrypto/pgcrypto': No such file or directory Expected Results: Creation of functions in the pgcrypto library. Additional info:
Fixed in 7.2.1-4.