Re: Add ldapservice connection parameter
Roman Khapov <rkhapov@yandex-team.ru>
From: Roman Khapov <rkhapov@yandex-team.ru>
To: Andrew Jackson <andrewjackson947@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-01-12T10:05:53Z
Lists: pgsql-hackers
Hi!
Thanks for your patch!
Adding to the one Steven wrote, I noticed one typo in the patch:
@@ -2337,7 +2337,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
<term><literal>ldapservice</literal></term>
<listitem>
<para>
- This option specifies an LDAP query that can be used to reference connection paremeters
+ This option specifies an LDAP query that can be used to reference connection parameters
stored in an LDAP server. This functionality is described in more detail in <xref linkend="libpq-ldap"/>.
</para>
paremeters -> parameters
--
Best regards,
Roman Khapov