diff options
Diffstat (limited to 'contrib/pgcrypto/expected/pgp-encrypt.out')
| -rw-r--r-- | contrib/pgcrypto/expected/pgp-encrypt.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/expected/pgp-encrypt.out b/contrib/pgcrypto/expected/pgp-encrypt.out index 637b473837..8ef3875fd6 100644 --- a/contrib/pgcrypto/expected/pgp-encrypt.out +++ b/contrib/pgcrypto/expected/pgp-encrypt.out @@ -1,6 +1,8 @@ -- -- PGP encrypt -- +-- ensure consistent test output regardless of the default bytea format +SET bytea_output TO escape; select pgp_sym_decrypt(pgp_sym_encrypt('Secret.', 'key'), 'key'); pgp_sym_decrypt ----------------- |
