Re: some PostgreSQL 12 release notes comments

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: some PostgreSQL 12 release notes comments
Date: 2019-09-17 20:10:41
Message-ID: 72e65f44-9874-7258-2902-39f352cb75be@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-09-17 21:55, Jonathan S. Katz wrote:
>> * Encrypted TCP/IP connections using GSSAPI encryption
>
> +1, though I would s/GSSAPI encryption/ with s/GSSAPI authentcation/

But you're not encrypting the communication using GSSAPI authentication,
you're encrypting it using GSSAPI encryption.

>>> * Discovery of LDAP servers if PostgreSQL is built with OpenLDAP
>>
>> I would remove the "if" part from the major features list, since it's a
>> qualification of minor importance. Instead I'd write something like
>>
>> * Discovery of LDAP servers using DNS SRV
>>
>> which is a clearer concept that people can easily recognize.
>
> I agree it's clearer, I'm not sure if the OpenLDAP semantic above
> changes things? I'm not sure the relative frequency of PostgreSQL being
> built with OpenLDAP vs. other LDAP libs.

I suppose it's not-Windows vs. Windows.

It's OK if we mention OpenLDAP in the release notes, but it doesn't seem
to belong in the major features section.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-17 20:12:20 Re: another look at macOS SIP
Previous Message Peter Eisentraut 2019-09-17 20:06:16 Re: Small const correctness patch