Re: pgsql: Add pg_file_settings view and function - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Add pg_file_settings view and function
Date
Msg-id 20150508231253.GB12950@alap3.anarazel.de
Whole thread Raw
In response to pgsql: Add pg_file_settings view and function  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Add pg_file_settings view and function  (Stephen Frost <sfrost@snowman.net>)
List pgsql-committers
On 2015-05-08 23:09:42 +0000, 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 ++++++++++++++
> src/backend/utils/misc/guc.c         |  120 ++++++++++++++++++++++++++++++++++
> src/include/catalog/pg_proc.h        |    2 +
> src/include/utils/builtins.h         |    1 +
> src/test/regress/expected/rules.out  |    6 ++
> 7 files changed, 263 insertions(+)

Hm. Catversion bump missing?


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Add pg_file_settings view and function
Next
From: Stephen Frost
Date:
Subject: Re: pgsql: Add pg_file_settings view and function