summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/expected/init.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgcrypto/expected/init.out')
-rw-r--r--contrib/pgcrypto/expected/init.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/expected/init.out b/contrib/pgcrypto/expected/init.out
index 6a5710d5a1..4cb1081997 100644
--- a/contrib/pgcrypto/expected/init.out
+++ b/contrib/pgcrypto/expected/init.out
@@ -8,6 +8,8 @@
SET client_min_messages = warning;
\set ECHO none
RESET client_min_messages;
+-- ensure consistent test output regardless of the default bytea format
+SET bytea_output TO escape;
-- check for encoding fn's
SELECT encode('foo', 'hex');
encode