Move oauth_validator_libraries in postgresql.conf.sample
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 23 May 2025 07:03:09 +0000 (09:03 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 23 May 2025 07:03:09 +0000 (09:03 +0200)
Move oauth_validator_libraries in postgresql.conf.sample to be grouped
with the other CONN_AUTH_AUTH settings, rather than making up a new
ad-hoc category.  This matches the internal categorization and also
how it is listed in the documentation.

src/backend/utils/misc/postgresql.conf.sample

index 34826d01380b70b1c6fe5c2c06e26535634348e9..63f991c4f9305f52e3d656024b5de3205ee10874 100644 (file)
@@ -97,6 +97,7 @@
 #password_encryption = scram-sha-256   # scram-sha-256 or md5
 #scram_iterations = 4096
 #md5_password_warnings = on
+#oauth_validator_libraries = ''    # comma-separated list of trusted validator modules
 
 # GSSAPI using Kerberos
 #krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
 #ssl_passphrase_command = ''
 #ssl_passphrase_command_supports_reload = off
 
-# OAuth
-#oauth_validator_libraries = ''    # comma-separated list of trusted validator modules
-
 
 #------------------------------------------------------------------------------
 # RESOURCE USAGE (except WAL)