Re: [COMMITTERS] pgsql: Add pg_file_settings view and function

2015-05-08 Thread Stephen Frost
* 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 ++

Re: [COMMITTERS] pgsql: Add pg_file_settings view and function

2015-05-08 Thread Andres Freund
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 +

[COMMITTERS] pgsql: Add pg_file_settings view and function

2015-05-08 Thread Stephen Frost
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