doc PG 18 relnotes: reword OAuth item
authorBruce Momjian <[email protected]>
Mon, 5 May 2025 19:42:03 +0000 (15:42 -0400)
committerBruce Momjian <[email protected]>
Mon, 5 May 2025 19:42:03 +0000 (15:42 -0400)
Reported-by: Jacob Champion
Discussion: https://postgr.es/m/CAOYmi+mEQOqBSJas5V5t__b+6h_MLxyy3JFrVJEq638fnNxi0A@mail.gmail.com

doc/src/sgml/release-18.sgml

index 2fda2b94964e6c40334b816a77d901dcc037e1e5..9a6e4fb8d0e7c83f513089552ee316753f12b306 100644 (file)
@@ -1087,13 +1087,13 @@ Author: Daniel Gustafsson <[email protected]>
 
 <listitem>
 <para>
-Add support for the "oauth" authentication (Jacob Champion, Daniel Gustafsson, Thomas Munro)
+Add support for the OAuth authentication method (Jacob Champion, Daniel Gustafsson, Thomas Munro)
 <ulink url="&commit_baseurl;b3f0be788">&sect;</ulink>
 </para>
 
 <para>
-This adds an "oauth" authentication method to pg_hba.conf, a server variable oauth_validator_libraries to specify OAUTH libraries, a configure flag --with-libcurl to add the required
-compile-time libraries, and libpq OAUTH options.
+This adds an "oauth" authentication method to pg_hba.conf, libpq OAuth options, a server variable oauth_validator_libraries to load token validation libraries, and
+a configure flag --with-libcurl to add the required compile-time libraries.
 </para>
 </listitem>