Hi, In the strings.sql file there is such code SELECT encode('\x69b73eff', 'base64'); -- Expected: abc+/w==
In the strings.out file +SELECT encode('\x69b73eff', 'base64'); -- Expected: abc+/w== + encode +---------- + abc+/w== +(1 row) + maybe you should remove the additional description of the expected value in this way? strings.sql SELECT encode('\x69b73eff', 'base64') = "abc+/w==" strings.out SELECT encode('\x69b73eff', 'base64') = "abc+/w==" ---------- t (1 row) Regards, Pavel