[PATCHES] default to WITHOUT OIDS

2005-03-10 Thread Neil Conway
This patch makes default_with_oids disabled by default, per earlier discussion, and updates the documentation accordingly. I might have missed a few spots in the documentation that implicitly assume that OIDs are present in user tables by default, but I think I got most of them. Barring any obj

Re: [PATCHES] default to WITHOUT OIDS

2005-03-11 Thread Qingqing Zhou
!gettext_noop("Create new tables with OIDs by default."), without? "Neil Conway" <[EMAIL PROTECTED]> > This patch makes default_with_oids disabled by default, per earlier > discussion, and updates the documentation accordingly. I might have > missed a few spots in the documentation that impl

Re: [PATCHES] default to WITHOUT OIDS

2005-03-11 Thread Neil Conway
Qingqing Zhou wrote: !gettext_noop("Create new tables with OIDs by default."), without? Right: if the variable is "on", Postgres will "create new tables with OIDs by default". If the variable is "off", it won't. This is similar to how the check_function_bodies GUC var is already documented.

Re: [PATCHES] default to WITHOUT OIDS

2005-03-13 Thread Neil Conway
Neil Conway wrote: This patch makes default_with_oids disabled by default, per earlier discussion, and updates the documentation accordingly. Applied. -Neil ---(end of broadcast)--- TIP 8: explain analyze is your friend