diff options
Diffstat (limited to 'contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql')
-rw-r--r-- | contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql b/contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql index 62dd487c10f..2c4e622e5c8 100644 --- a/contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql +++ b/contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql @@ -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( |