diff options
Diffstat (limited to 'contrib/pgcrypto/expected/init.out')
| -rw-r--r-- | contrib/pgcrypto/expected/init.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pgcrypto/expected/init.out b/contrib/pgcrypto/expected/init.out index 3252d4276e..6a5710d5a1 100644 --- a/contrib/pgcrypto/expected/init.out +++ b/contrib/pgcrypto/expected/init.out @@ -1,7 +1,13 @@ -- -- init pgcrypto -- +-- +-- first, define the functions. Turn off echoing so that expected file +-- does not depend on contents of pgcrypto.sql. +-- +SET client_min_messages = warning; \set ECHO none +RESET client_min_messages; -- check for encoding fn's SELECT encode('foo', 'hex'); encode |
