aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-05-05 15:42:03 -0400
committerBruce Momjian <bruce@momjian.us>2025-05-05 15:42:03 -0400
commitc0e6aace02b6c47e7b99d49cc0e88918349ac30a (patch)
treed21bdfde2996a1ad59cb09017152abcfef09024f
parent0de2e1c8b5423c07700112f44499a5fdc0ab0991 (diff)
downloadpostgresql-c0e6aace02b6c47e7b99d49cc0e88918349ac30a.tar.gz
postgresql-c0e6aace02b6c47e7b99d49cc0e88918349ac30a.zip
doc PG 18 relnotes: reword OAuth item
Reported-by: Jacob Champion Discussion: https://postgr.es/m/CAOYmi+mEQOqBSJas5V5t__b+6h_MLxyy3JFrVJEq638fnNxi0A@mail.gmail.com
-rw-r--r--doc/src/sgml/release-18.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index 2fda2b94964..9a6e4fb8d0e 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -1087,13 +1087,13 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
<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>