pg_hba.conf.sample: Reword connection type section
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 29 Apr 2021 04:51:42 +0000 (06:51 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 29 Apr 2021 05:00:20 +0000 (07:00 +0200)
commit3a948ea0a2ced719f26e725b030558f2e4ab1d8e
tree7536d3d26e77b0308e3544a6e9cb17219e65b855
parent2977f244bc7e64e046364122be3fef08aa6efef9
pg_hba.conf.sample: Reword connection type section

Improve the wording in the connection type section of
pg_hba.conf.sample a bit.  After the hostgssenc part was added on, the
whole thing became a bit wordy, and it's also a bit inaccurate for
example in that the current wording for "host" appears to say that it
does not apply to GSS-encrypted connections.

Discussion: https://www.postgresql.org/message-id/flat/fc06dcc5-513f-e944-cd07-ba51dd7c6916%40enterprisedb.com
src/backend/libpq/pg_hba.conf.sample