From: Daniel Gustafsson Date: Thu, 2 Oct 2025 09:47:46 +0000 (+0200) Subject: doc: Improve wording for base64url definition X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=482bc0705d807a8cf4d959e9a42f179ff4b9b121;p=thirdparty%2Fpostgresql.git doc: Improve wording for base64url definition This sentence should be "the alphabet uses" due to it referring to multiple cases of use. Reported-by: Erik Rijkers Discussion: https://postgr.es/m/81d6ab37-92dc-75c9-a649-4e1286a343ea@xs4all.nl --- diff --git a/doc/src/sgml/func/func-binarystring.sgml b/doc/src/sgml/func/func-binarystring.sgml index 9bab965f288..dd7037811af 100644 --- a/doc/src/sgml/func/func-binarystring.sgml +++ b/doc/src/sgml/func/func-binarystring.sgml @@ -797,7 +797,7 @@ RFC 4648 Section 5, a base64 variant safe to use in filenames and URLs. The base64url alphabet - use '-' instead of '+' and + uses '-' instead of '+' and '_' instead of '/' and also omits the '=' padding character.