pgsql: Split out documentation of SSL parameters into their ownsection

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Split out documentation of SSL parameters into their ownsection
Дата
Msg-id E1edxSJ-0005b8-9T@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add parallel-aware hash joins.
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Allow UPDATE to move rows between partitions.