diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-01-18 19:12:05 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-01-23 07:11:38 -0500 |
commit | 7404e77cc1192855afef28ae557993ba6f35c16e (patch) | |
tree | dd96e49990a5578544e196bff7208b05b0c1f69c /src/include/utils/guc_tables.h | |
parent | f5da5683a86e9fc42fdf3eae2da8b096bda76a8a (diff) | |
download | postgresql-7404e77cc1192855afef28ae557993ba6f35c16e.tar.gz postgresql-7404e77cc1192855afef28ae557993ba6f35c16e.zip |
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.
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r-- | src/include/utils/guc_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 04de6a383ad..668d9efd357 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -56,7 +56,8 @@ enum config_group FILE_LOCATIONS, CONN_AUTH, CONN_AUTH_SETTINGS, - CONN_AUTH_SECURITY, + CONN_AUTH_AUTH, + CONN_AUTH_SSL, RESOURCES, RESOURCES_MEM, RESOURCES_DISK, |