Making pg_config and pg_controldata output available via SQL - Mailing list pgsql-hackers

From Joshua Tolley
Subject Making pg_config and pg_controldata output available via SQL
Date
Msg-id 4b69caeb.9513f30a.731a.3427@mx.google.com
Whole thread Raw
Responses Re: Making pg_config and pg_controldata output available via SQL
List pgsql-hackers
I'd really like to see the data from pg_config and pg_controldata available
through SQL, such as by adding output to pg_show_all_settings(), or adding new
SRFs named something like pg_config() and pg_controldata(). Does this make as
much sense to the rest of the world as it does to me? In particular it's
useful to be able to find $libdir without requiring pg_config, as some
packagers tend not to include it in anything put the -dev packages, but all
those settings seem useful to have on hand, and in at least most cases
shouldn't be tough to expose via SQL. Comments?

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: PG 9.0 and standard_conforming_strings
Next
From: "David E. Wheeler"
Date:
Subject: Re: Add on_trusted_init and on_untrusted_init to plperl UPDATED [PATCH]