Going, going, GUCs! - Mailing list pgsql-hackers

Folks,

I'd like to see about removing the following GUCs:

add_missing_from (should be off)
array_nulls (should be on)
commit_delay (no need for this knob)
commit_siblings (no need for this knob)
default_with_oids (should be off)
password_encryption (should be on)
regex_flavor (should be advanced, regex flavor can be controlled on a per-regex basis when they're advanced)
sql_inheritance (should be on)
standard_conforming_strings (should be on)
synchronize_seqscans (should be on)
track_activities (should be on)
track_counts (should be on)
transform_null_equals (should probably be off)
update_process_title (should be on)

What say on each?  When?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Controlling changes in plpgsql variable resolution
Next
From: u235sentinel
Date:
Subject: Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?