pgsql: Split out documentation of SSL parameters into their own section

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Split out documentation of SSL parameters into their own section
Date: 2018-01-23 12:13:35
Message-ID: E1edxSJ-0005b8-9T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2018-01-23 13:44:18 Re: pgsql: Allow UPDATE to move rows between partitions.
Previous Message Haribabu Kommi 2018-01-23 07:23:35 Re: pgsql: Move handling of database properties from pg_dumpall into pg_dum