From: Bruce Momjian Date: Wed, 15 Jul 2026 09:51:12 +0000 (-0400) Subject: doc PG 19 relnotes: swap OAUTH hook and validator items X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0546889b1b9fa80f0374ddd708c39cb63ed83518;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: swap OAUTH hook and validator items Reported-by: Andreas Karlsson Discussion: https://postgr.es/m/f5f129c3-88fa-43dc-a23a-75155fa10be3@proxel.se Backpatch-through: 19 only --- diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 238ff10226f..cc47c190c9c 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -1341,20 +1341,17 @@ New configuration file PGDATA/pg_hosts. -Add a new OAUTH flow hook PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 (Jacob Champion) -§ -§ +Allow OAUTH validators to supply failure details (Jacob Champion) +§ -This is an improved version of PQAUTHDATA_OAUTH_BEARER_TOKEN by adding the issuer identifier and error message specification. +This is done by setting the ValidatorModuleResult structure member error_detail. @@ -2961,17 +2958,20 @@ Allow extensions to replace se -Allow OAUTH validators to supply failure details (Jacob Champion) -§ +Add a new OAUTH flow hook PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 (Jacob Champion) +§ +§ -This is done by setting the ValidatorModuleResult structure member error_detail. +This is an improved version of PQAUTHDATA_OAUTH_BEARER_TOKEN by adding the issuer identifier and error message specification.