*** pgsql/contrib/pgcrypto/sql/init.sql 2007/11/13 06:29:04 1.5 --- pgsql/contrib/pgcrypto/sql/init.sql 2009/08/04 18:49:50 1.6 *************** SET client_min_messages = warning; *** 12,17 **** --- 12,20 ---- \set ECHO all RESET client_min_messages; + -- ensure consistent test output regardless of the default bytea format + SET bytea_output TO escape; + -- check for encoding fn's SELECT encode('foo', 'hex'); SELECT decode('666f6f', 'hex');