pgsql: Split out documentation of SSL parameters into their ownsection - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Split out documentation of SSL parameters into their ownsection
Date
Msg-id E1edxSJ-0005b8-9T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Split out documentation of SSL parameters into their own section

Split the "Authentication and Security" section into two separate
sections "Authentication" and "SSL".  The latter part has gotten much
longer over time, and doesn't primarily have to do with authentication.

Also, the row_security parameter was inconsistently categorized, so
clean that up while we're here.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7404e77cc1192855afef28ae557993ba6f35c16e

Modified Files
--------------
doc/src/sgml/config.sgml                      | 233 +++++++++++++-------------
src/backend/utils/misc/guc.c                  |  38 +++--
src/backend/utils/misc/postgresql.conf.sample |  41 ++---
src/include/utils/guc_tables.h                |   3 +-
4 files changed, 165 insertions(+), 150 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add parallel-aware hash joins.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Allow UPDATE to move rows between partitions.