guc config_enum_entry add hidden field
Started by Alex Hunsakerover 18 years ago2 messagespatches
Tom Lane" <tgl@sss.pgh.pa.us> writes:
I am wondering if it's a good idea to hide the redundant entries
to reduce clutter in the pg_settings display. (We could do this
by adding a "hidden" boolean to struct config_enum_entry.)
Thoughts?
The Attached patch does just that...
Attachments:
guc_config_enum_entry_hide.patchapplication/octet-stream; name=guc_config_enum_entry_hide.patchDownload+154-153
Re: guc config_enum_entry add hidden field
Alex Hunsaker wrote:
Tom Lane" <tgl@sss.pgh.pa.us> writes:
I am wondering if it's a good idea to hide the redundant entries
to reduce clutter in the pg_settings display. (We could do this
by adding a "hidden" boolean to struct config_enum_entry.)
Thoughts?The Attached patch does just that...
Applied with some minor modifications.
//Magnus