diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-09-19 09:58:43 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-09-19 09:58:43 +0200 |
commit | 1aaa3ee34466780d6f050b7d4aa5cc69935c08b5 (patch) | |
tree | 1b3a835dec701e603a7ff74bf727d460515e15e9 | |
parent | fbd1cb2fd9796a08a198d929774280ecce933057 (diff) | |
download | postgresql-1aaa3ee34466780d6f050b7d4aa5cc69935c08b5.tar.gz postgresql-1aaa3ee34466780d6f050b7d4aa5cc69935c08b5.zip |
doc: Some release notes tweaking
Improve the LDAP DNS SRV item.
-rw-r--r-- | doc/src/sgml/release-12.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index bf32b200bf6..c1985d6822a 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -143,8 +143,7 @@ <listitem> <para> - Discovery of LDAP servers if <productname>PostgreSQL</productname> is - built with <productname>OpenLDAP</productname> + Discovery of LDAP servers using <acronym>DNS SRV</acronym> records </para> </listitem> @@ -1722,7 +1721,7 @@ Author: Thomas Munro <tmunro@postgresql.org> <para> This avoids the requirement of specifying - <literal>ldapserver</literal>, and is only supported if + <literal>ldapserver</literal>. It is only supported if <productname>PostgreSQL</productname> is compiled with <productname>OpenLDAP</productname>. </para> |