Re: [PATCH] Enable SSL library detection via PQsslAttribute
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Jacob Champion <pchampion@vmware.com>
Cc: "robertmhaas@gmail.com" <robertmhaas@gmail.com>,
"andrew@dunslane.net" <andrew@dunslane.net>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-25T21:48:33Z
Lists: pgsql-hackers
> On 25 Mar 2022, at 22:25, Jacob Champion <pchampion@vmware.com> wrote: > On Fri, 2022-03-25 at 15:32 -0400, Robert Haas wrote: >> This seems totally reasonable. However, I think it should update the >> documentation somehow. > > Done in v4. I would prefer to not introduce a <note> for this, I think adding it as a <para> under PQsslAttribute is better given the rest of the libpq API documentation. The proposed text reads fine to me. -- Daniel Gustafsson https://vmware.com/
Commits
-
Enable SSL library detection via PQsslAttribute()
- ebc8b7d4416d 15.0 landed