Re: encode/decode support for base64url

Поиск
Список
Период
Сортировка
От Pavel Seleznev
Тема Re: encode/decode support for base64url
Дата
Msg-id 174652131605.631.4433021944530218788.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: encode/decode support for base64url  (Przemysław Sztoch <przemyslaw@sztoch.pl>)
Список pgsql-hackers
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

В списке pgsql-hackers по дате отправления: