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
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.
!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