* Andres Freund ([email protected]) wrote:
> On 2015-05-08 23:09:42 +, Stephen Frost wrote:
> > Add pg_file_settings view and function
> > Modified Files
> > --
> > doc/src/sgml/catalogs.sgml | 78 ++
> > src/backend/catalog/system_views.sql |6 ++
On 2015-05-08 23:09:42 +, Stephen Frost wrote:
> Add pg_file_settings view and function
> Modified Files
> --
> doc/src/sgml/catalogs.sgml | 78 ++
> src/backend/catalog/system_views.sql |6 ++
> src/backend/utils/misc/guc-file.l| 50 +
Add pg_file_settings view and function
The function and view added here provide a way to look at all settings
in postgresql.conf, any #include'd files, and postgresql.auto.conf
(which is what backs the ALTER SYSTEM command).
The information returned includes the configuration file name, line
numb