Inconsistencies between pg_settings and postgresql.conf
Adrian Escoms <adescoms@ongres.com>
From: Adrian Escoms <adescoms@ongres.com>
To: pgsql-hackers@postgresql.org
Date: 2017-09-13T09:51:16Z
Lists: pgsql-hackers
Attachments
- postgresql.conf.sample.diff (text/plain) patch
Hello, We are working with postgresql.conf configuration file and we have found some discrepancies between it and pg_settings in terms of categories and subcategories (we have split the field category in pg_settings by '/', the first part being 'category', the second 'subcategory') We suggest to change the postgresql.conf.sample file with the attached diff to resolve these inconsistencies. We think that these changes could also be backported to previous versions. Looking forward to your comments, Adrián Escoms
Commits
-
Update postgresql.conf.sample to match pg_settings classificaitons.
- 79f2d637139f 11.0 landed