*** pgsql/contrib/pgcrypto/sql/pgp-armor.sql 2005/07/10 13:46:29 1.1 --- pgsql/contrib/pgcrypto/sql/pgp-armor.sql 2009/08/04 18:49:50 1.2 *************** *** 1,6 **** --- 1,8 ---- -- -- PGP Armor -- + -- ensure consistent test output regardless of the default bytea format + SET bytea_output TO escape; select armor(''); select armor('test');