diff options
Diffstat (limited to 'contrib/pgcrypto/expected/pgp-encrypt.out')
| -rw-r--r-- | contrib/pgcrypto/expected/pgp-encrypt.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/expected/pgp-encrypt.out b/contrib/pgcrypto/expected/pgp-encrypt.out index b04bae5720..ab33a04eec 100644 --- a/contrib/pgcrypto/expected/pgp-encrypt.out +++ b/contrib/pgcrypto/expected/pgp-encrypt.out @@ -43,7 +43,7 @@ NOTICE: pgp_decrypt: unexpected compress_algo: expected 1 got 0 -- bytea as text select pgp_sym_decrypt(pgp_sym_encrypt_bytea('Binary', 'baz'), 'baz'); -ERROR: pgp_decrypt error: Not text data +ERROR: Not text data -- text as bytea select pgp_sym_decrypt_bytea(pgp_sym_encrypt('Text', 'baz'), 'baz'); pgp_sym_decrypt_bytea |
