diff options
Diffstat (limited to 'contrib/pgcrypto/sql/blowfish.sql')
| -rw-r--r-- | contrib/pgcrypto/sql/blowfish.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/sql/blowfish.sql b/contrib/pgcrypto/sql/blowfish.sql index c0383f5421..1a8536d686 100644 --- a/contrib/pgcrypto/sql/blowfish.sql +++ b/contrib/pgcrypto/sql/blowfish.sql @@ -1,6 +1,8 @@ -- -- Blowfish cipher -- +-- ensure consistent test output regardless of the default bytea format +SET bytea_output TO escape; -- some standard Blowfish testvalues SELECT encode(encrypt( |
