*** pgsql/contrib/pgcrypto/expected/pgp-pubkey-encrypt.out 2005/08/13 02:06:20 1.2 --- pgsql/contrib/pgcrypto/expected/pgp-pubkey-encrypt.out 2009/08/04 18:49:50 1.3 *************** *** 1,6 **** --- 1,8 ---- -- -- PGP Public Key Encryption -- + -- ensure consistent test output regardless of the default bytea format + SET bytea_output TO escape; -- successful encrypt/decrypt select pgp_pub_decrypt( pgp_pub_encrypt('Secret msg', dearmor(pubkey)),