Re: [PATCHES] guc config_enum_entry add hidden field

2008-05-28 Thread Magnus Hagander
Alex Hunsaker wrote:
 Tom Lane [EMAIL PROTECTED] 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

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches


[PATCHES] guc config_enum_entry add hidden field

2008-05-27 Thread Alex Hunsaker
Tom Lane [EMAIL PROTECTED] 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...


guc_config_enum_entry_hide.patch
Description: Binary data

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches